Skip to content

Commit

Permalink
AL: add workdir fix
Browse files Browse the repository at this point in the history
  • Loading branch information
adalundhe committed Feb 18, 2024
1 parent d55b44f commit a8a199b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/rust/.envrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
WORKDIR_PATH=${WORKDIR_PATH:-"$HOME"}


if [[ ! -e "$WORKDIR_PATH/.cargo" ]]; then
if [[ ! -e "$HOME/.cargo" ]]; then
echo "Rust not found! Installing rust for $USER"
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
echo "Rust installed! Let's go!"
Expand Down

0 comments on commit a8a199b

Please sign in to comment.