We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b723433 commit 90e068dCopy full SHA for 90e068d
build-new-version.sh
@@ -100,7 +100,7 @@ cargo_filename() {
100
}
101
102
download_files() {
103
- if [ x"$TARGET_VERSION" == x"nightly" -a "$NIGHTLY_DATE" ]; then
+ if [ x"$TARGET_VERSION" == x"nightly" -a "$NIGHTLY_DATE" ]; then
104
download "https://static.rust-lang.org/dist/$NIGHTLY_DATE/$CHANNEL_FILE"
105
else
106
download "https://static.rust-lang.org/dist/$CHANNEL_FILE"
0 commit comments