Skip to content

Commit

Permalink
done
Browse files Browse the repository at this point in the history
  • Loading branch information
drshriveer committed Oct 2, 2023
1 parent 84e4c16 commit 00b1bfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ _install-go-pkg package cmdpath="":
pkgPath="{{ trim_end_match(package / cmdpath, '/') }}"
just _tools-install {{ package }} $pkgVersion "go install $pkgPath@$pkgVersion"
# installs "tool" at the "version" with the install "cmd".
# installs "tool" at the "version" with the install "cmd", if it isn't already installed.
_tools-install tool version cmd:
#!/usr/bin/env bash
set -euxo pipefail
Expand Down

0 comments on commit 00b1bfb

Please sign in to comment.