Skip to content

Commit

Permalink
Prefix daemon to unload with system/
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd authored Jul 8, 2024
1 parent 99635bf commit c0ea586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
com.apple.metadata.mds.index
)
for daemon in "${daemons[@]}"; do
sudo launchctl unload -w "$daemon"
sudo launchctl unload -w "system/$daemon"
echo " -> $?"
done
Expand Down

0 comments on commit c0ea586

Please sign in to comment.