Update file provision.sh
This commit is contained in:
parent
c696ecfe1c
commit
44f289b5c2
1 changed files with 2 additions and 2 deletions
|
@ -419,7 +419,7 @@ export DEBIAN_FRONTEND=noninteractive
|
|||
# shellcheck disable=SC2016
|
||||
logg info 'Running `chezmoi apply`'
|
||||
if [ -n "$FORCE_CHEZMOI" ]; then
|
||||
chezmoi apply --force
|
||||
chezmoi apply -k --force
|
||||
else
|
||||
chezmoi apply
|
||||
chezmoi apply -k
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue