From 7cdbf186c74c1fc7521847503f803cc84a8d6f47 Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Tue, 10 Jan 2023 05:05:35 +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 48c1512f..3c7e0e7d 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" }}