Merge pull request #920 from unpoller/issue-742

Fix Homebrew formula for newer Homebrew versions
This commit is contained in:
Cody Lee
2026-01-25 12:29:57 -06:00
committed by GitHub

View File

@@ -547,7 +547,7 @@ brews:
assert_match "unpoller v#{version}", shell_output("#{bin}/unpoller -v 2>&1", 2)
install: |
bin.install "unpoller"
etc.mkdir "unpoller"
(etc/"unpoller").mkpath
etc.install "examples/up.conf" => "unpoller/up.conf.example"
post_install: |
etc.install "examples/up.conf" => "unpoller/up.conf"