Skip to content

Commit 161baae

Browse files
Fixed ignoreExternals configuration
1 parent 6b65aef commit 161baae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -685,7 +685,7 @@ export class SvnCommands implements IDisposable {
685685
async update(repository: Repository) {
686686
try {
687687
const ignoreExternals = configuration.get<boolean>(
688-
"ignoreExternals",
688+
"update.ignoreExternals",
689689
false
690690
);
691691
const showUpdateMessage = configuration.get<boolean>(

0 commit comments

Comments
 (0)