Skip to content

Commit

Permalink
fix(carbon-cli): change MASTER reference to MAIN (#8110)
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
dakahn and kodiakhq[bot] authored Mar 17, 2021
1 parent e342c5a commit 322ca4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/git.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ async function fetchLatestFromUpstream() {
'[email protected]:carbon-design-system/carbon.git',
]);
}
await execa('git', ['fetch', 'upstream', 'master', '--tags']);
await execa('git', ['fetch', 'upstream', 'main', '--tags']);
}

module.exports = {
Expand Down

0 comments on commit 322ca4d

Please sign in to comment.