diff --git a/Formula/my-first-brew.rb b/Formula/my-first-brew.rb index 816c7d1..08810fb 100644 --- a/Formula/my-first-brew.rb +++ b/Formula/my-first-brew.rb @@ -35,6 +35,6 @@ class MyFirstBrew < Formula # # The installed folder is not in the path, so use the entire path to any # executables being tested: `system bin/"program", "do", "something"`. - system "false" + system "true" end end