Skip to content

Commit

Permalink
Fix homebrew release script
Browse files Browse the repository at this point in the history
  • Loading branch information
sloria committed Oct 15, 2017
1 parent d11bd4c commit a02a3c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release_homebrew.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ echo "URL: $URL"
echo "SHA: $SHA256"

echo '*** Sending PR to homebrew-core... ***'
brew bump-formula-pr --strict doitlive --sha256 $SHA256 --url $URL
brew bump-formula-pr --strict --sha256=$SHA256 --url=$URL doitlive

0 comments on commit a02a3c2

Please sign in to comment.