diff options
| author | Paul Buetow <paul@buetow.org> | 2025-06-21 19:48:02 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-06-21 19:48:02 +0300 |
| commit | fde95e1ca2acb202b3e2698562ab0a3ca360c0cc (patch) | |
| tree | 6a5d728e5e4801c4508a548feb9b2f9b62d4f45c /Taskfile.yaml | |
| parent | 03592fd61f7db1910d6b0c962fa8d1ae55e02983 (diff) | |
update install target
Diffstat (limited to 'Taskfile.yaml')
| -rw-r--r-- | Taskfile.yaml | 4 |
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 |
