Skip to content

Commit 97fd7b6

Browse files
committed
We don't have a master branch
1 parent 5b933eb commit 97fd7b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/check_no_api_breakages.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ function usage() {
5151
echo >&2
5252
echo >&2 "Examples:"
5353
echo >&2
54-
echo >&2 "Check between master and tag 2.1.1 of swift-nio:"
55-
echo >&2 " $0 https://github.com/apple/swift-nio master 2.1.1"
54+
echo >&2 "Check between main and tag 2.1.1 of swift-http-structured-headers:"
55+
echo >&2 " $0 https://github.com/apple/swift-http-structured-headers main 2.1.1"
5656
echo >&2
5757
echo >&2 "Check between HEAD and commit 64cf63d7 using the provided toolchain:"
5858
echo >&2 " xcrun --toolchain org.swift.5120190702a $0 ../some-local-repo HEAD 64cf63d7"

0 commit comments

Comments
 (0)