Skip to content

Commit 00501fc

Browse files
authored
Update GettingStarted doc to use --scheme for update-checkout script
https://bugs.swift.org/browse/SR-13717
1 parent 3946977 commit 00501fc

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)