Skip to content
Snippets Groups Projects
Commit 43dafc98 authored by Baptiste Fontaine's avatar Baptiste Fontaine
Browse files

brew.rb: Use odie instead of onoe+exit


Closes #577.

Signed-off-by: default avatarBaptiste Fontaine <b@ptistefontaine.fr>
parent cd2288a5
No related branches found
No related tags found
No related merge requests found
......@@ -107,8 +107,7 @@ begin
safe_system(*tap_commands)
exec HOMEBREW_BREW_FILE, cmd, *ARGV
else
onoe "Unknown command: #{cmd}"
exit 1
odie "Unknown command: #{cmd}"
end
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment