Skip to content

Commit 8409d85

Browse files
committed
rustup: Fix typo in nightly
1 parent ee3dffa commit 8409d85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/etc/rustup.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ fi
452452
RUST_URL="https://static.rust-lang.org/dist"
453453
case "$CFG_CHANNEL" in
454454
nightly)
455-
# add a date suffix if we want a particular nighly.
455+
# add a date suffix if we want a particular nightly.
456456
if [ -n "${CFG_DATE}" ];
457457
then
458458
RUST_URL="${RUST_URL}/${CFG_DATE}"

0 commit comments

Comments
 (0)