Skip to content

Commit 62ff4cd

Browse files
authored
Fix branch name to main in update_scm_breeze (#354)
This PR updates the `git pull` command in `update_scm_breeze` to use `main` instead of `master`.
2 parents 2e0d009 + 6f05126 commit 62ff4cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/scm_breeze.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ update_scm_breeze() {
110110
currDir=$PWD
111111
cd "$scmbDir"
112112
oldHEAD=$(git rev-parse HEAD 2> /dev/null)
113-
git pull origin master
113+
git pull origin main
114114
# Reload latest version of '_create_or_patch_scmbrc' function
115115
source "$scmbDir/lib/scm_breeze.sh"
116116
_create_or_patch_scmbrc $oldHEAD

0 commit comments

Comments
 (0)