Skip to content

Commit 6782c42

Browse files
authored
Merge pull request #163 from noi/rustup-override-set
Fix command to set toolchain
2 parents 328b2f9 + 019124b commit 6782c42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/appendix-07-nightly-rust.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ nightly toolchain as the one `rustup` should use when you’re in that directory
318318

319319
```text
320320
$ cd ~/projects/needs-nightly
321-
$ rustup override add nightly
321+
$ rustup override set nightly
322322
```
323323

324324
<!--

0 commit comments

Comments
 (0)