Skip to content
This repository has been archived by the owner on Sep 26, 2020. It is now read-only.

(Mac) Homebrew install fails with: <<-EOS.undent is disabled! #113

Closed
braedenf opened this issue May 1, 2018 · 1 comment
Closed

(Mac) Homebrew install fails with: <<-EOS.undent is disabled! #113

braedenf opened this issue May 1, 2018 · 1 comment

Comments

@braedenf
Copy link

braedenf commented May 1, 2018

I have tried to install Forge using homebrew as described in the readme, however, I get an unexpected error which is:

Error: Calling <<-EOS.undent is disabled! Use <<~EOS instead. /usr/local/Homebrew/Library/Taps/samritchie/homebrew-forge/forge.rb:15:in `install' Please report this to the samritchie/forge tap! Or, even better, submit a PR to fix it!

Any ideas on how to fix this issue?

Cheers.

Specs:
Macbook Pro 2012: High Sierra (10.13.3 )
Homebrew: 1.6.2

@braedenf
Copy link
Author

braedenf commented May 1, 2018

Ok, I fixed the issue by changing <<-EOS.undent to <<~EOS in the forge.rb file.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

2 participants