Skip to content

Commit

Permalink
Merge pull request #8009 from habitat-sh/cm/fix-rustup-in-ci
Browse files Browse the repository at this point in the history
[CI] Remove `--no-modify-path` from `install_rustup`
  • Loading branch information
christophermaier authored Nov 30, 2020
2 parents ad4ee6e + 3eb2de7 commit dcc175f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .expeditor/scripts/shared.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ install_rustup() {
echo "--- :rust: rustup is currently installed."
else
echo "--- :rust: Installing rustup."
curl https://sh.rustup.rs -sSf | sh -s -- --no-modify-path -y --profile=minimal
curl https://sh.rustup.rs -sSf | sh -s -- -y --profile=minimal
# shellcheck disable=SC1090
source "$HOME"/.cargo/env
fi
Expand Down

0 comments on commit dcc175f

Please sign in to comment.