Skip to content

Commit a1f2132

Browse files
authored
Git - Fix command name (microsoft#167812)
Fix command name
1 parent 329de94 commit a1f2132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/git/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1057,7 +1057,7 @@
10571057
"when": "false"
10581058
},
10591059
{
1060-
"command": "git.addSafeDirectoryAndOpenRepository",
1060+
"command": "git.manageUnsafeRepositories",
10611061
"when": "config.git.enabled && !git.missing && git.unsafeRepositoryCount != 0"
10621062
}
10631063
],

0 commit comments

Comments
 (0)