Skip to content

Commit

Permalink
utils: output what files edit is opening. (#444)
Browse files Browse the repository at this point in the history
Since we've moved all formulae to taps it's not necessarily obvious
what the path for the files are otherwise.
  • Loading branch information
MikeMcQuaid authored Jul 4, 2016
1 parent 252c701 commit 883b201
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Library/Homebrew/utils.rb
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,7 @@ def which_editor
end

def exec_editor(*args)
puts "Editing #{args.join "\n"}"
safe_exec(which_editor, *args)
end

Expand Down

0 comments on commit 883b201

Please sign in to comment.