rustup: Fix typo in nightly

This commit is contained in:
Richo Healey 2015-04-01 11:52:45 -07:00 committed by Alex Crichton
parent 63f3d7f0fa
commit 971c355bad

View File

@ -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}"