1

I'm very inexperienced, and was following directions here ---

Installing ifuse with Homebrew results in ERROR message

I believe I made some unintended changes when I was editing the file in

$ vi `brew formula ifuse`

without understanding what I was doing. When I went to install ifuse, it just give me an error. Is there any way to get back to the original file/undo my edits?

NPK
  • 11
  • 2

1 Answers1

0

Homebrew formulas are in a local git repository. You can restore the original formula by typing:

cd `brew --prefix`/Library/Taps/homebrew/homebrew-core/Formula
git checkout ifuse.rb
Ortomala Lokni
  • 56,620
  • 24
  • 188
  • 240