From 89cded96e65bfd3b44565a0b8b6b34712f3ee36f Mon Sep 17 00:00:00 2001 From: sgoudham Date: Tue, 11 Oct 2022 02:10:31 +0100 Subject: [PATCH] fix: winston screwed up --- .chezmoi.yaml.tmpl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.chezmoi.yaml.tmpl b/.chezmoi.yaml.tmpl index 5bc7e7b..fcc9b97 100644 --- a/.chezmoi.yaml.tmpl +++ b/.chezmoi.yaml.tmpl @@ -10,12 +10,12 @@ diff: command: lvim args: - "-d" - - "{{ .Destination }}" - - "{{ .Target }}" + - "{{`{{ .Destination }}`}}" + - "{{`{{ .Target }}`}}" merge: - command: lvim + command: nvim args: - "-d" - - "{{ .Destination }}" - - "{{ .Source }}" - - "{{ .Target }}" + - "{{`{{ .Destination }}`}}" + - "{{`{{ .Source }}" + - "{{ .Target }}`}}"