Skip to content

Commit

Permalink
fix: update default branch text to "main" (#1143)
Browse files Browse the repository at this point in the history
Co-authored-by: Jonathan Cammisuli <[email protected]>
  • Loading branch information
Michel Ruffieux and Cammisuli authored Jan 14, 2022
1 parent ec93126 commit a15f2b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/vscode/tasks/src/lib/nx-task-commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const AFFECTED_OPTIONS: Option[] = [
name: 'base',
type: OptionType.String,
isRequired: false,
description: 'Base of the current branch (usually master)',
description: 'Base of the current branch (usually main)',
},
{
name: 'head',
Expand Down

0 comments on commit a15f2b4

Please sign in to comment.