Skip to content

Commit 2682bd1

Browse files
author
Michael Wright
committed
Correct typo
1 parent 82be293 commit 2682bd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ install:
2222
- del rust-toolchain
2323
- cargo install rustup-toolchain-install-master --debug || echo "rustup-toolchain-install-master already installed"
2424
- rustup-toolchain-install-master %RUSTC_HASH% -f -n master
25-
- rustup component add rustfmt --toolchain nightly || echo "rustfmt night is unavailable"
25+
- rustup component add rustfmt --toolchain nightly || echo "rustfmt nightly is unavailable"
2626
- rustup default master
2727
- set PATH=%PATH%;C:\Users\appveyor\.rustup\toolchains\master\bin
2828
- rustc -V

0 commit comments

Comments
 (0)