From 2990dbcdce2d070ccecc1f60a5b7f44646398402 Mon Sep 17 00:00:00 2001 From: Mike Nolan Date: Sun, 19 Apr 2026 22:21:40 -0500 Subject: [PATCH] Add first app --- Formula/my-first-brew.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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