diff options
author | Franck Cuny <franck@fcuny.net> | 2022-06-09 11:11:03 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-06-09 11:40:35 -0700 |
commit | 36d55a5da2df4b3169e81712385a3963ab710852 (patch) | |
tree | 4199264d5f027619b41f3c1f0566e9c0129868db /home/pass | |
parent | feat(gerrit): add plugin 'reviewnotes' (diff) | |
download | world-36d55a5da2df4b3169e81712385a3963ab710852.tar.gz |
fix(pass-git-helper): remove mapping for git.fcuny.net
Change-Id: I5211647802a08e9984dffb6247249ec608688d8c Reviewed-on: https://cl.fcuny.net/c/world/+/301 Reviewed-by: Franck Cuny <franck@fcuny.net>
Diffstat (limited to 'home/pass')
-rw-r--r-- | home/pass/git-pass-mapping.ini | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/home/pass/git-pass-mapping.ini b/home/pass/git-pass-mapping.ini index 28b7a12..1b945c0 100644 --- a/home/pass/git-pass-mapping.ini +++ b/home/pass/git-pass-mapping.ini @@ -5,8 +5,5 @@ skip_username=10 [github.com/*] target=git/github.com -[git.fcuny.net*] -target=git/git.fcuny.net - -[cl.fcuny.net*] +[cl.fcuny.net/*] target=git/cl.fcuny.net |