Skip to content

Commit 62d51c7

Browse files
committed
Merge branch 'master' of github.com:JohnstonCode/svn-scm
2 parents 663e351 + 1585771 commit 62d51c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/promptRemove.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export class PromptRemove extends Command {
1818
`The file(s) "${relativeList.join(
1919
", "
2020
)}" are removed from disk.\nWould you like remove from SVN?`,
21-
{ modal: true },
21+
{ modal: false },
2222
"Yes",
2323
ignoreText,
2424
"No"

0 commit comments

Comments
 (0)