summaryrefslogtreecommitdiff
path: root/.vscode/tasks.json
diff options
context:
space:
mode:
Diffstat (limited to '.vscode/tasks.json')
-rw-r--r--.vscode/tasks.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/.vscode/tasks.json b/.vscode/tasks.json
index 64142d341..24b4d745b 100644
--- a/.vscode/tasks.json
+++ b/.vscode/tasks.json
@@ -16,7 +16,7 @@
{
"label": "Run Tests",
"type": "shell",
- "command": "build/libgit2_clar -v",
+ "command": "build/libgit2_tests -v",
"group": "test",
"presentation": {
"reveal": "always",
@@ -24,4 +24,4 @@
}
}
]
- } \ No newline at end of file
+ }