Skip to content

Commit c227243

Browse files
committed
Add missing --date param to rustup.sh
1 parent 428e84a commit c227243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/circleci/setup-rust.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ if [ -d $RUST_HOME ]; then
1212
else
1313
echo "Installing Rust version $VERSION to $RUST_HOME using rustup.sh"
1414
curl -sSf https://static.rust-lang.org/rustup.sh | \
15-
sh -s -- --prefix=$RUST_HOME --channel=nightly --$RUST_NIGHTLY_RELEASE_DATE --disable-sudo
15+
sh -s -- --prefix=$RUST_HOME --channel=nightly --date=$RUST_NIGHTLY_RELEASE_DATE --disable-sudo
1616
fi

0 commit comments

Comments
 (0)