rustup: Fix typo in nightly
This commit is contained in:
parent
63f3d7f0fa
commit
971c355bad
@ -452,7 +452,7 @@ fi
|
||||
RUST_URL="https://static.rust-lang.org/dist"
|
||||
case "$CFG_CHANNEL" in
|
||||
nightly)
|
||||
# add a date suffix if we want a particular nighly.
|
||||
# add a date suffix if we want a particular nightly.
|
||||
if [ -n "${CFG_DATE}" ];
|
||||
then
|
||||
RUST_URL="${RUST_URL}/${CFG_DATE}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user