mercari / hcledit

Go package to edit HCL configuration
MIT License
49 stars 15 forks source link

Fix error when installing from homebrew #66

Closed eqyiel closed 2 years ago

eqyiel commented 2 years ago

WHAT

Same as the title

WHY

Before this, installation would fail with an error:

Error: An exception occurred within a child process: Errno::ENOENT: No such file or directory - hcledit

drlau commented 2 years ago

Thanks for the contribution! However, the brew formula is generated by goreleaser so we should fix it within the goreleaser config.

eqyiel commented 2 years ago

I think this is fixed by https://github.com/goreleaser/goreleaser/pull/2541 and since this workflow uses latest, hcledit.rb will be updated next time a release is tagged in this repo 👍