Skip to content

Commit 11d0b20

Browse files
authored
chore: rename primary branch of nodejs/node (#228)
Refs: nodejs/node#33864
1 parent 3e6ec77 commit 11d0b20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/update-canary.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ set -ex
55
cd node-v8
66

77
git remote add upstream https://github.com/nodejs/node.git
8-
git fetch upstream master
8+
git fetch upstream main
99
git fetch upstream canary-base
1010

1111
git config user.name "Node.js GitHub Bot"
1212
git config user.email [email protected]
1313

14-
git reset --hard upstream/master
14+
git reset --hard upstream/main
1515

1616
# Update V8 to the lkgr branch
1717
git-node v8 major --branch=lkgr --base-dir="$GITHUB_WORKSPACE"

0 commit comments

Comments
 (0)