Skip to content

Commit 69799d9

Browse files
committed
formula_cellar_checks: remove stray backtick.
1 parent 1be06bf commit 69799d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Library/Homebrew/extend/os/mac/formula_cellar_checks.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def check_linkage
7575
if tab.poured_from_bottle
7676
output += <<-EOS.undent
7777
Rebuild this from source with:
78-
brew reinstall --build-from-source #{formula}`
78+
brew reinstall --build-from-source #{formula}
7979
If that's successful, file an issue#{formula.tap ? " here:\n #{formula.tap.issues_url}" : "."}
8080
EOS
8181
end

0 commit comments

Comments
 (0)