Brew install gon failed (#885)

This commit is contained in:
Keith Zantow 2022-03-11 13:17:57 -05:00 committed by GitHub
parent 44a6e00f7a
commit c7cf8b0b26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@ notarize() {
fi fi
# install gon # install gon
which gon || (brew tap mitchellh/gon && brew install mitchellh/gon/gon) which gon || (go install github.com/mitchellh/gon/cmd/gon@latest)
# create config (note: json via stdin with gon is broken, can only use HCL from file) # create config (note: json via stdin with gon is broken, can only use HCL from file)
hcl_file=$(mktemp).hcl hcl_file=$(mktemp).hcl