Skip to content

Commit

Permalink
formula_cellar_checks: remove stray backtick.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid committed Aug 7, 2017
1 parent 1be06bf commit 69799d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/extend/os/mac/formula_cellar_checks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def check_linkage
if tab.poured_from_bottle
output += <<-EOS.undent
Rebuild this from source with:
brew reinstall --build-from-source #{formula}`
brew reinstall --build-from-source #{formula}
If that's successful, file an issue#{formula.tap ? " here:\n #{formula.tap.issues_url}" : "."}
EOS
end
Expand Down

0 comments on commit 69799d9

Please sign in to comment.