formula_cellar_checks: remove stray backtick.

This commit is contained in:
Mike McQuaid 2017-08-07 11:48:45 +01:00
parent 1be06bfd14
commit 69799d97b1

View File

@ -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