with bin install

This commit is contained in:
Kasper Juul Hermansen 2022-12-18 21:06:42 +01:00
parent 07a2143d50
commit 64f853d025
Signed by: kjuulh
GPG Key ID: 0F95C140730F2F23

View File

@ -134,7 +134,7 @@ jobs:
# Custom install command for your formula.
# Required - string.
#install: 'bin.install "src/my-script.sh" => "my-script"'
install: 'bin.install "toolkit" => "toolkit"'
# Custom test command for your formula so you can run `brew test`.
# Optional - string.