Skip to content

Commit

Permalink
Fix test path
Browse files Browse the repository at this point in the history
Closes #58.

Signed-off-by: NinjaLikesCheez <[email protected]>
  • Loading branch information
antfie authored and NinjaLikesCheez committed Nov 12, 2024
1 parent ce17ab7 commit 2b24977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/scan_health.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ def install
end

test do
system "#{bin}/scan_health", "--help"
system bin/"scan_health", "--help"
end
end

0 comments on commit 2b24977

Please sign in to comment.