formula_creator: don't recommend interpolating bin

Signed-off-by: Patrick Linnane <patrick@linnane.io>
This commit is contained in:
Patrick Linnane 2024-08-09 11:58:51 -07:00
parent 87440322e2
commit 665578584a
No known key found for this signature in database

View File

@ -224,7 +224,7 @@ module Homebrew
# to `brew install` such as `--HEAD` also need to be provided to `brew test`.
#
# The installed folder is not in the path, so use the entire path to any
# executables being tested: `system "\#{bin}/program", "do", "something"`.
# executables being tested: `system bin/"program", "do", "something"`.
system "false"
end
end