From 6fa9ca3cc2184060143a1bcdc9d69c3a71d7e88b Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 12 Feb 2022 14:22:36 -0800 Subject: home-manager: typo I need something to help with lint/validation ... --- users/fcuny/cli/git.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'users/fcuny') diff --git a/users/fcuny/cli/git.nix b/users/fcuny/cli/git.nix index 2e92121..d27d7a0 100644 --- a/users/fcuny/cli/git.nix +++ b/users/fcuny/cli/git.nix @@ -21,7 +21,7 @@ }; "credential \"https://git.fcuny.net\"" = { username = "fcuny"; - helper = "!echo -n 'password='; pass git/git.fcuny.net" + helper = "!echo -n 'password='; pass git/git.fcuny.net"; }; }; ignores = [ -- cgit 1.4.1