Fix build task

This commit is contained in:
Nonoo 2020-10-26 09:53:49 +01:00
parent 45b1076b78
commit b5dc2b5d57

2
.vscode/tasks.json vendored
View file

@ -6,7 +6,7 @@
{
"label": "build",
"type": "shell",
"command": "build/build.sh",
"command": "go build",
"problemMatcher": [],
"group": {
"kind": "build",