chore(chezmoi): Fix log message (#393)

This commit is contained in:
XiaoYan Li 2025-02-28 21:35:28 +08:00 committed by GitHub
parent d41ebff897
commit 932a9b5bf1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -163,7 +163,7 @@ fi
# Enable services
echo "Checking which services to enable"
if [[ $ALL_USERS == true && $DISABLE_INIT == false && $DISABLE_UPDATE == false ]]; then
echo "Enabling init timer and update service"
echo "Enabling init service and update timer"
systemctl --global enable chezmoi-init.service chezmoi-update.timer
elif [[ $ALL_USERS == true && $DISABLE_INIT == true && $DISABLE_UPDATE == false ]]; then
echo "Enabling update timer"