Skip to content

Commit

Permalink
feat: using BIN_DIR instead of INSTALL_DIR/bin
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelLarkin committed Feb 6, 2024
1 parent 9ee8103 commit 366df02
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions taskfiles/compiled_trial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ tasks:
env:
VERSION: v6.0.0
generates:
- "{{.INSTALL_DIR}}/bin/ctags"
- "{{.BIN_DIR}}/ctags"
status:
- which ctags
preconditions:
Expand Down Expand Up @@ -73,7 +73,7 @@ tasks:
env:
VERSION: 1.9
generates:
- "{{.INSTALL_DIR}}/bin/jo"
- "{{.BIN_DIR}}/jo"
status:
- which jo
preconditions:
Expand Down Expand Up @@ -117,7 +117,7 @@ tasks:
env:
VERSION: v21.1.0
generates:
- "{{.INSTALL_DIR}}/bin/npm"
- "{{.BIN_DIR}}/npm"
status:
- which npm
preconditions:
Expand Down Expand Up @@ -145,7 +145,7 @@ tasks:
env:
VERSION: 1.6.20
generates:
- "{{.INSTALL_DIR}}/bin/jq"
- "{{.BIN_DIR}}/jq"
status:
- which pv
preconditions:
Expand All @@ -171,7 +171,7 @@ tasks:
env:
VERSION: 0.12
generates:
- "{{.INSTALL_DIR}}/bin/vifm"
- "{{.BIN_DIR}}/vifm"
status:
- which vifm
preconditions:
Expand Down

0 comments on commit 366df02

Please sign in to comment.