From f8ff1a8f5e15d7a9048b8ed05e28338041a5fbc6 Mon Sep 17 00:00:00 2001 From: Amolith Date: Tue, 3 Feb 2026 22:12:45 -0700 Subject: [PATCH] fix(git): use ne, not neq --- dot_config/git/config.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dot_config/git/config.tmpl b/dot_config/git/config.tmpl index f6e3018cf09a655ba404415881ddb14bc3ec6028..6d65c17896cc8782daede59332360d0204d1a4d7 100644 --- a/dot_config/git/config.tmpl +++ b/dot_config/git/config.tmpl @@ -36,12 +36,12 @@ signingkey = ~/.ssh/yk-mobile.pub {{- end }} [commit] -{{- if neq .chezmoi.username "exedev" }} +{{- if ne .chezmoi.username "exedev" }} gpgsign = true {{- end }} verbose = true [tag] -{{- if neq .chezmoi.username "exedev" }} +{{- if ne .chezmoi.username "exedev" }} gpgsign = true {{- end }} sort = version:refname