Update file executable_backup-dconf.tmpl

This commit is contained in:
Brian Zalewski 2023-01-12 20:07:22 +00:00
parent 3e498f400a
commit 28762e6471

View file

@ -21,7 +21,7 @@ find "$XDG_CONFIG_HOME/dconf/settings" -mindepth 1 -maxdepth 1 -type f | while r
dconf dump "$DCONF_SETTINGS_ID" > "$DCONF_CONFIG_FILE"
logg success 'Saved new configuration to '"$DCONF_CONFIG_FILE"
logg info 'Printing diff for '"$DCONF_CONFIG_FILE"
chezmoi diff "$DCONF_CONFIG_FILE"
chezmoi diff "$DCONF_CONFIG_FILE" || true
done
{{ end -}}