Skip to content

Commit 87273b0

Browse files
authored
Merge pull request swiftlang#90 from gottesmm/rename_check_to_projectprecommitcheck
Rename check to project_precommit_check.
2 parents 321ce80 + 0e64d83 commit 87273b0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,15 +206,15 @@ in Xcode 8.0.
206206
# Select Xcode 8.0 GM
207207
sudo xcode-select -s /Applications/Xcode.app
208208
# Build project at pinned commit against selected Xcode
209-
./check project-path-field
209+
./project_precommit_check project-path-field
210210
~~~
211211

212212
On Linux, you can build against the Swift 3.0 release toolchain:
213213

214214
~~~bash
215215
curl -O https://swift.org/builds/swift-3.0-release/ubuntu1510/swift-3.0-RELEASE/swift-3.0-RELEASE-ubuntu15.10.tar.gz
216216
tar xzvf swift-3.0-RELEASE-ubuntu15.10.tar.gz
217-
./check project-path-field --swiftc swift-3.0-RELEASE-ubuntu15.10/usr/bin/swiftc
217+
./project_precommit_check project-path-field --swiftc swift-3.0-RELEASE-ubuntu15.10/usr/bin/swiftc
218218
~~~
219219

220220
## Maintaining Projects

check renamed to project_precommit_check

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python
2-
# ===--- check ------------------------------------------------------------===
2+
# ===--- project_precommit_check ------------------------------------------===
33
#
44
# This source file is part of the Swift.org open source project
55
#

0 commit comments

Comments
 (0)