Add better messaging when doing a Chezmoi update

This commit is contained in:
Tony Blyler 2022-05-16 09:29:40 -04:00
parent 8629c26d9c
commit b53b7ce0a3

View file

@ -29,8 +29,10 @@
exit 0
fi
chezmoi git pull -- --rebase
echo 'Checking if Chezmoi has updates...'
chezmoi git pull -- --rebase > /dev/null
if [ "$(chezmoi status)" = "" ]; then
echo 'nope! Good bye!'
# there is nothing different between chezmoi and what is
# applied to this machine
exit 0