From 69799d97b1e7314912b2ee234dec2c179c5fb969 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 7 Aug 2017 11:48:45 +0100 Subject: formula_cellar_checks: remove stray backtick. --- Library/Homebrew/extend/os/mac/formula_cellar_checks.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Homebrew/extend/os/mac/formula_cellar_checks.rb b/Library/Homebrew/extend/os/mac/formula_cellar_checks.rb index 6d9330489..4d5ce3e9e 100644 --- a/Library/Homebrew/extend/os/mac/formula_cellar_checks.rb +++ b/Library/Homebrew/extend/os/mac/formula_cellar_checks.rb @@ -75,7 +75,7 @@ module FormulaCellarChecks 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 -- cgit v1.2.3