From 12193e1ce92416a2b1761b1bb8d8e6591c3e3b91 Mon Sep 17 00:00:00 2001 From: Florian RICHER Date: Sat, 3 Sep 2022 13:16:29 +0200 Subject: [PATCH] Fix chezmoi --- .chezmoi.toml.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.chezmoi.toml.tmpl b/.chezmoi.toml.tmpl index 626cca6..bb437fb 100644 --- a/.chezmoi.toml.tmpl +++ b/.chezmoi.toml.tmpl @@ -1,4 +1,4 @@ -{{- $wm := promptStringOnce "Choose wm between (gnome/i3wm): " "gnome" -}} +{{- $wm := promptStringOnce . "wm" "Choose wm between (gnome/i3wm): " "gnome" -}} [git] autoCommit = true