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 0240e364..48c1512f 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,4 +1,4 @@ -{{- if eq .host.distro.family "linux" }} +{{- if (eq .host.distro.family "linux") }} #!/usr/bin/env bash {{ includeTemplate "universal/profile" }}