Skip to content

Commit

Permalink
Brew install gon failed (#885)
Browse files Browse the repository at this point in the history
  • Loading branch information
kzantow authored Mar 11, 2022
1 parent 44a6e00 commit c7cf8b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/apple-signing/notarize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ notarize() {
fi

# 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)
hcl_file=$(mktemp).hcl
Expand Down

0 comments on commit c7cf8b0

Please sign in to comment.