Skip to content

Commit 3d03719

Browse files
Change base branch to main (Annihil#17)
Master in and old legacy name with github, so main could be a better option
1 parent eb597a2 commit 3d03719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,5 +130,5 @@ if (program.origin) {
130130

131131
if (program.push) {
132132
process.stdout.write('Pushing ');
133-
execSync(`git -C ${folder} push ${program.force ? '--force' : ''} -u origin master`);
133+
execSync(`git -C ${folder} push ${program.force ? '--force' : ''} -u origin main`);
134134
}

0 commit comments

Comments
 (0)