Skip to content

Commit 7ea9dd2

Browse files
authored
Adjust gen_docs script Default branch is main (swift-server#302)
1 parent 4b4d660 commit 7ea9dd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/generate_docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ set -e
1717

1818
my_path="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
1919
root_path="$my_path/.."
20-
version=$(git describe --abbrev=0 --tags || echo "master")
20+
version=$(git describe --abbrev=0 --tags || echo "main")
2121
modules=(AsyncHTTPClient)
2222

2323
if [[ "$(uname -s)" == "Linux" ]]; then

0 commit comments

Comments
 (0)