aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Homebrew/cmd/create.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/create.rb b/Library/Homebrew/cmd/create.rb
index 9a718b77d..c41a80be3 100644
--- a/Library/Homebrew/cmd/create.rb
+++ b/Library/Homebrew/cmd/create.rb
@@ -166,7 +166,7 @@ class FormulaCreator
# were more thorough. Run the test with `brew test #{name}`.
#
# The installed folder is not in the path, so use the entire path to any
- # executables being tested: `system "#{bin}/program", "--version"`.
+ # executables being tested: `system "\#{bin}/program", "--version"`.
system "false"
end
end