Skip to content

Commit

Permalink
Don't explicitly exit with 0 after success
Browse files Browse the repository at this point in the history
Once Homebrew stops explicitly exiting with 0 after running our entry
script, we should do the same.
  • Loading branch information
jawshooah committed Dec 17, 2015
1 parent d0c27db commit 8a2aaba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/brew-cask.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,3 @@
puts
exit 130
end
exit 0

0 comments on commit 8a2aaba

Please sign in to comment.