Skip to content

Commit c963194

Browse files
committed
update default branch
1 parent 5c23629 commit c963194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ echo
118118

119119
echo ' <h2 class="clear">Branches</h2>' >> "${statusfile}"
120120

121-
for branchname in $(git branch -r | grep -v 'HEAD\|master')
121+
for branchname in $(git branch -r | grep -v 'HEAD\|main')
122122
do
123123
echo "# ${branchname}"
124124
branchid="${branchname##*/}"

0 commit comments

Comments
 (0)