Skip to content

Commit 322ca4d

Browse files
fix(carbon-cli): change MASTER reference to MAIN (#8110)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent e342c5a commit 322ca4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/src/git.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ async function fetchLatestFromUpstream() {
3030
'git@github.com:carbon-design-system/carbon.git',
3131
]);
3232
}
33-
await execa('git', ['fetch', 'upstream', 'master', '--tags']);
33+
await execa('git', ['fetch', 'upstream', 'main', '--tags']);
3434
}
3535

3636
module.exports = {

0 commit comments

Comments
 (0)