Skip to content

Commit 33109db

Browse files
authored
Merge pull request swiftlang#34259 from apple/shahmishal/fix-getting-started-doc
Update GettingStarted doc to use `--scheme` for update-checkout script
2 parents 1b708ac + 00501fc commit 33109db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/HowToGuides/GettingStarted.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ toolchain as a one-off, there are a couple of differences:
9797
or a specific snapshot. You can update the branch/tag for all repositories
9898
as follows:
9999
```sh
100-
utils/update-checkout --branch mybranchname
100+
utils/update-checkout --scheme mybranchname
101101
# OR
102102
utils/update-checkout --tag mytagname
103103
```

0 commit comments

Comments
 (0)