Use brew caller script in launchd job

This commit is contained in:
T. R. Bernstein
2024-06-28 02:18:40 +02:00
committed by T. R. Bernstein
parent a162240804
commit 97c0a317bf

View File

@@ -145,7 +145,7 @@ function createLaunchDaemonsPlist() {
<key>Label</key>
<string>${launcherName}</string>
<key>Program</key>
<string>${homebrew_prefix}/bin/brew</string>
<string>/usr/local/bin/brew</string>
<key>ProgramArguments</key>
<array>
<string>${brewCommand}</string>