From bc67d4948ce7c58e377e98c8fc454d3c7c03b827 Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Tue, 10 Jan 2023 10:09:23 +0000 Subject: [PATCH] Update file run_onchange_after_21-dconf-settings.tmpl --- .../universal/run_onchange_after_21-dconf-settings.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/.chezmoiscripts/universal/run_onchange_after_21-dconf-settings.tmpl b/home/.chezmoiscripts/universal/run_onchange_after_21-dconf-settings.tmpl index a56e981b..315e35aa 100644 --- a/home/.chezmoiscripts/universal/run_onchange_after_21-dconf-settings.tmpl +++ b/home/.chezmoiscripts/universal/run_onchange_after_21-dconf-settings.tmpl @@ -18,8 +18,8 @@ if [ -d "$XDG_CONFIG_HOME/dconf/settings" ]; then fi DCONF_SETTINGS_ID="/$(basename "$DCONF_CONFIG_FILE" | sed 's/\./\//')/" if [ "$DEBUG_MODE" == 'true' ]; then - log info 'Dconf settings ID:' - log info "$DCONF_SETTINGS_ID" + logg info 'Dconf settings ID:' + echo "$DCONF_SETTINGS_ID" fi # Reset dconf settings if environment variable RESET_DCONF is set to true if [ "$RESET_DCONF" == 'true' ]; then