Skip to content

Commit 3f9a58a

Browse files
committed
Reverted typo (default branch for guides-source has not been changed yet)
1 parent 1fa6ad2 commit 3f9a58a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
IFS=$'\n\t'
157157
158158
if ! git clone git@github.com:ember-learn/guides-source --depth 1 -b super-rentals-tutorial; then
159-
git clone git@github.com:ember-learn/guides-source --depth 1 -b main
159+
git clone git@github.com:ember-learn/guides-source --depth 1 -b master
160160
cd guides-source
161161
git checkout -b super-rentals-tutorial
162162
fi

0 commit comments

Comments
 (0)