use odie when commands encounter errors

This commit is contained in:
EricFromCanada
2021-01-26 15:36:43 -05:00
parent a72ddfdc67
commit 2e982cd2a2
10 changed files with 15 additions and 14 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ module Homebrew
args = edit_args.parse
unless (HOMEBREW_REPOSITORY/".git").directory?
raise <<~EOS
odie <<~EOS
Changes will be lost!
The first time you `brew update`, all local changes will be lost; you should
thus `brew update` before you `brew edit`!