Skip to content

Commit

Permalink
chore: fix brew style error with hack.
Browse files Browse the repository at this point in the history
  • Loading branch information
abrightwell committed Aug 19, 2022
1 parent 1161910 commit d9c6e16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Dir.chdir "scratch"
sha = `sha256sum cb-#{ver}.arm64_big_sur.bottle.tar.gz`.split.first

Dir.chdir ".."
`sed -i '10i\\
`sed -i '10i\\ \
sha256 cellar: :any, arm64_big_sur: "#{sha}"
' Formula/cb.rb`
p `brew style --fix Formula/cb.rb`
Expand Down

0 comments on commit d9c6e16

Please sign in to comment.