fix: winston screwed up

chezmoi
sgoudham 2 years ago
parent 1479bdfc90
commit 89cded96e6
Signed by: hammy
GPG Key ID: 44E818FD5457EEA4

@ -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 }}`}}"

Loading…
Cancel
Save