From 00b1bfbb219963febab262bae8ebea5073593bd2 Mon Sep 17 00:00:00 2001 From: Gavin Shriver Date: Sun, 1 Oct 2023 18:06:42 -0700 Subject: [PATCH] done --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 7aa726d..b714ecf 100755 --- a/justfile +++ b/justfile @@ -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