From 1fe9e1a95b4a461cb4c425ea2d344f286e0d07e0 Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Tue, 10 Jan 2023 05:05:01 +0000 Subject: [PATCH] Update file run_after_ensure-executable.tmpl --- .../git/template/hooks/run_after_ensure-executable.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }}