From a15f2b4d7f0f3939226c705f79825b18a22ec378 Mon Sep 17 00:00:00 2001 From: Michel Ruffieux Date: Fri, 14 Jan 2022 16:33:43 +0100 Subject: [PATCH] fix: update default branch text to "main" (#1143) Co-authored-by: Jonathan Cammisuli --- libs/vscode/tasks/src/lib/nx-task-commands.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/vscode/tasks/src/lib/nx-task-commands.ts b/libs/vscode/tasks/src/lib/nx-task-commands.ts index c2970a005f..01b6841a98 100644 --- a/libs/vscode/tasks/src/lib/nx-task-commands.ts +++ b/libs/vscode/tasks/src/lib/nx-task-commands.ts @@ -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',