Add first app

This commit is contained in:
2026-04-19 22:21:40 -05:00
parent 3c107686a9
commit 2990dbcdce

View File

@@ -35,6 +35,6 @@ class MyFirstBrew < Formula
# #
# The installed folder is not in the path, so use the entire path to any # 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" system "true"
end end
end end