Skip to content

Commit e699c2d

Browse files
committed
corrected config name in command
1 parent 0840456 commit e699c2d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
* @JohnstonCode Added configuration option to disable update message
66
* @JohnstonCode Added command show patch from changelist
77

8+
## Bug Fixes
9+
10+
* @JohnstonCode Corrected config name in command #210
11+
812
# **v1.25.0**
913

1014
## What's New

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)