From b955ae0945bbc8bb3d086329b51b8f037cd8ae49 Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Tue, 10 Jan 2023 05:06:46 +0000 Subject: [PATCH] Update 2 files - /home/.chezmoiscripts/universal/run_onchange_after_25-gnome-extension-settings.tmpl - /home/private_dot_config/git/template/hooks/run_after_ensure-executable.tmpl --- .../run_onchange_after_25-gnome-extension-settings.tmpl | 2 +- .../git/template/hooks/run_after_ensure-executable.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/home/.chezmoiscripts/universal/run_onchange_after_25-gnome-extension-settings.tmpl b/home/.chezmoiscripts/universal/run_onchange_after_25-gnome-extension-settings.tmpl index fcd1ee09..0cdf3939 100644 --- a/home/.chezmoiscripts/universal/run_onchange_after_25-gnome-extension-settings.tmpl +++ b/home/.chezmoiscripts/universal/run_onchange_after_25-gnome-extension-settings.tmpl @@ -1,4 +1,4 @@ -{{- if eq .host.distro.family "linux" -}} +{{- if (eq .host.distro.family "linux") -}} #!/usr/bin/env bash {{ includeTemplate "universal/profile" }} diff --git a/home/private_dot_config/git/template/hooks/run_after_ensure-executable.tmpl b/home/private_dot_config/git/template/hooks/run_after_ensure-executable.tmpl index 3c7e0e7d..833b54db 100644 --- a/home/private_dot_config/git/template/hooks/run_after_ensure-executable.tmpl +++ b/home/private_dot_config/git/template/hooks/run_after_ensure-executable.tmpl @@ -1,5 +1,5 @@ +{{- if (eq .host.distro.family "linux") -}} #!/usr/bin/env bash -{{- if (eq .host.distro.family "linux") }} {{ includeTemplate "universal/profile" }} {{ includeTemplate "universal/logg" }}