Skip to content

Commit b82c33b

Browse files
authored
chore: use explicit main branch for SAM docs (#3217)
1 parent 237c739 commit b82c33b

File tree

4 files changed

+6547
-2273
lines changed

4 files changed

+6547
-2273
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ fetch-schema-data:
6666
mkdir -p .tmp
6767

6868
rm -rf .tmp/aws-sam-developer-guide
69-
git clone --depth 1 https://github.com/awsdocs/aws-sam-developer-guide.git .tmp/aws-sam-developer-guide
69+
git clone --branch main --depth 1 https://github.com/awsdocs/aws-sam-developer-guide.git .tmp/aws-sam-developer-guide
7070

7171
rm -rf .tmp/aws-cloudformation-user-guide
7272
git clone --depth 1 https://github.com/awsdocs/aws-cloudformation-user-guide.git .tmp/aws-cloudformation-user-guide

0 commit comments

Comments
 (0)