Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit 90b323e

Browse files
authored
Merge pull request #40 from github/renamebranch
remove master
2 parents 4b7968f + 3d483f0 commit 90b323e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

templates/learninglab/course/generate-config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ STEPS.map((step, i) => {
300300
body: |
301301
Congratulations, looks like the query you introduced for step ${INTRO_ISSUES.length + i + 1} finds the correct results!
302302
303-
Merge this Pull Request (unless you're on master), and take a look at the [instructions for the next step](%actions.next_issue.data.html_url%) to continue.
303+
Merge this Pull Request (unless you're on the default branch), and take a look at the [instructions for the next step](%actions.next_issue.data.html_url%) to continue.
304304
305305
# Close current issue
306306
- type: closeIssue
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Ooops! The query you submitted in {{commit}} didn't find the right results. Have a look at the [comment]({{commentUrl}}).
22

3-
To submit a new iteration of your query, you just have to push a new commit to the same branch (`master` or the PR branch).
3+
To submit a new iteration of your query, you just have to push a new commit to the same branch (your default branch, or the PR branch).

0 commit comments

Comments
 (0)