diff options
author | Franck Cuny <franck@fcuny.net> | 2022-02-12 14:22:36 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-02-12 14:22:36 -0800 |
commit | 6fa9ca3cc2184060143a1bcdc9d69c3a71d7e88b (patch) | |
tree | 97ecf35a84f4e648e2e3ba9ed6566ff8ef32882b /users/fcuny | |
parent | home-manager: git credential helpers configuration (diff) | |
download | world-6fa9ca3cc2184060143a1bcdc9d69c3a71d7e88b.tar.gz |
home-manager: typo
I need something to help with lint/validation ...
Diffstat (limited to '')
-rw-r--r-- | users/fcuny/cli/git.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 = [ |