From c82dcfb51093a6cdf80921110d574a77858a14d6 Mon Sep 17 00:00:00 2001 From: Andrew Scott Date: Sun, 25 Feb 2024 20:32:01 -0500 Subject: [PATCH] formatting --- dot_local/bin/executable_idle-launcher.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_local/bin/executable_idle-launcher.tmpl b/dot_local/bin/executable_idle-launcher.tmpl index 048260c..4df3a35 100644 --- a/dot_local/bin/executable_idle-launcher.tmpl +++ b/dot_local/bin/executable_idle-launcher.tmpl @@ -21,7 +21,7 @@ if [ "$pid" != "" ]; then echo "$(date +"%Y-%m-%d %T") - idle-launcher: Sending SIGKILL" >> "$log_file" kill -9 "$pid" sleep 1 - fi + fi fi {{ if eq .chezmoi.hostname "helix" -}}