Skip to content

Commit b0bafa9

Browse files
authored
Fix brew formula generation (#170)
1 parent 050d673 commit b0bafa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Eufile

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,6 @@ new-package: cargo { package: { version: new-version } }
8181
doc: "Shell incantation to generate homebrew forumula for latest release"}
8282
formula-sh: "
8383
curl https://api.github.com/repos/curvelogic/eucalypt/releases/latest > latest.json
84-
curl -L $(cat latest.json | eu ci/formula.eu -t latest-asset-url) | shasum -a 256 > shasum.txt
84+
curl -L $(cat latest.json | eu - ci/formula.eu -t latest-asset-url) | shasum -a 256 > shasum.txt
8585
eu -t formula shasum=shasum.txt latest=latest.json ci/formula.eu
8686
"

0 commit comments

Comments
 (0)