Skip to content

Commit 58d0c94

Browse files
committed
Rename master to main
1 parent 80b963b commit 58d0c94

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎README.rst‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ passwd <USER_NAME>`` and enter a new password for the user.
1818
export USER_NAME=guest
1919
export USER_GECOS="Guest Account"
2020
export USER_EMAIL=guest@morningrouti.ne
21-
curl -sL https://raw.githubusercontent.com/keisrk/morning_routine/master/bootstrap.sh | sh
21+
curl -sL https://raw.githubusercontent.com/keisrk/morning_routine/main/bootstrap.sh | sh

‎bootstrap.sh‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# /path/to/bootstrap.sh".
99

1010
# For development, specify a branch to checkout by setting ANSIBLE_BRANCH. By
11-
# default it checks out master branch.
11+
# default it checks out main branch.
1212

1313
set -e
1414

@@ -26,7 +26,7 @@ LATEST_ANSIBLE_VERSION="2.9" # Latest version shown in the Ansible documentation
2626
BOOT_PLAYBOOK="$(mktemp -t bootstrap_XXXXXXXXXX.yml)"
2727
MAIN_PLAYBOOK=${ANSIBLE_MAIN:-main.yml}
2828
MAIN_PLAYBOOK_REPO="https://github.com/keisrk/morning_routine"
29-
MAIN_PLAYBOOK_BRANCH=${ANSIBLE_BRANCH:-master}
29+
MAIN_PLAYBOOK_BRANCH=${ANSIBLE_BRANCH:-main}
3030
# Fix the ansible working directory
3131
ANSIBLE_LOCAL_TEMP=/tmp/.ansible/tmp
3232
ANSIBLE_REMOTE_TEMP=/tmp/.ansible/tmp

0 commit comments

Comments
 (0)