Skip to content

Commit 19b4edd

Browse files
fix(tasks.json): update kurtosis remove command to use --force option
1 parent 62804bf commit 19b4edd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/tasks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
{
2020
"label": "kurtosis-remove",
2121
"type": "shell",
22-
"command": "kurtosis enclave rm assertoor || true",
22+
"command": "kurtosis enclave rm --force assertoor || true",
2323
"group": "build",
2424
"presentation": {
2525
"echo": true,

0 commit comments

Comments
 (0)