summaryrefslogtreecommitdiff
path: root/Taskfile.yaml
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-06-21 19:48:02 +0300
committerPaul Buetow <paul@buetow.org>2025-06-21 19:48:02 +0300
commitfde95e1ca2acb202b3e2698562ab0a3ca360c0cc (patch)
tree6a5d728e5e4801c4508a548feb9b2f9b62d4f45c /Taskfile.yaml
parent03592fd61f7db1910d6b0c962fa8d1ae55e02983 (diff)
update install target
Diffstat (limited to 'Taskfile.yaml')
-rw-r--r--Taskfile.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Taskfile.yaml b/Taskfile.yaml
index eaec212..0647119 100644
--- a/Taskfile.yaml
+++ b/Taskfile.yaml
@@ -10,6 +10,6 @@ tasks:
test:
cmds:
- go test ./...
- install-taskwarrior:
+ install:
cmds:
- - go install github.com/taskwarrior/taskwarrior@latest
+ - go install ./cmd/tasksamurai