summaryrefslogtreecommitdiff
path: root/Taskfile.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'Taskfile.yaml')
-rw-r--r--Taskfile.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Taskfile.yaml b/Taskfile.yaml
index dc10b97..0c8c31f 100644
--- a/Taskfile.yaml
+++ b/Taskfile.yaml
@@ -3,13 +3,13 @@ version: '3'
tasks:
default:
cmds:
- - go build -o bulg ./cmd/bulg
+ - go build -o totalrecall ./cmd/totalrecall
run:
cmds:
- - go run ./cmd/bulg
+ - go run ./cmd/totalrecall
test:
cmds:
- go test ./...
install:
cmds:
- - go install ./cmd/bulg
+ - go install ./cmd/totalrecall