From 6888d845aa1b9552ce700703d4376af775323645 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Wed, 18 Oct 2023 02:44:16 -0600 Subject: [PATCH] hotfix(windows): '{{ installer }}' must commented as to not be changed by Invoke-Formatter --- _webi/template.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_webi/template.ps1 b/_webi/template.ps1 index 06932bf..1d54fee 100644 --- a/_webi/template.ps1 +++ b/_webi/template.ps1 @@ -113,7 +113,7 @@ function webi_path_add($pathname) { webi_path_add ~/.local/bin #} -{ { installer } } +# {{ installer }} webi_path_add ~/.local/bin