rustup: Fix typo in nightly
This commit is contained in:
parent
63f3d7f0fa
commit
971c355bad
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue