Update file provision.sh

This commit is contained in:
Brian Zalewski 2023-01-05 03:11:48 +00:00
parent c696ecfe1c
commit 44f289b5c2

View file

@ -419,7 +419,7 @@ export DEBIAN_FRONTEND=noninteractive
# shellcheck disable=SC2016 # shellcheck disable=SC2016
logg info 'Running `chezmoi apply`' logg info 'Running `chezmoi apply`'
if [ -n "$FORCE_CHEZMOI" ]; then if [ -n "$FORCE_CHEZMOI" ]; then
chezmoi apply --force chezmoi apply -k --force
else else
chezmoi apply chezmoi apply -k
fi fi