Wrap the call with env

This commit is contained in:
Brian Romanko 2025-05-27 16:57:45 -07:00
parent 300af6fcc5
commit 0721726e21
No known key found for this signature in database

View file

@ -805,6 +805,7 @@ in
--preserve-env=PATH \
--user=${escapeShellArg cfg.user} \
--set-home \
env \
${cfg.onActivation.brewBundleCmd}
else
echo -e "\e[1;31merror: Homebrew is not installed, skipping...\e[0m" >&2