diff options
Diffstat (limited to 'git-remote-gcrypt')
-rwxr-xr-x | git-remote-gcrypt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/git-remote-gcrypt b/git-remote-gcrypt index 22f19dd..0a382e2 100755 --- a/git-remote-gcrypt +++ b/git-remote-gcrypt @@ -865,6 +865,7 @@ then URL=$2 setup ensure_connected + git remote remove $NAME 2>/dev/null || true if iseq "$Did_find_repo" "no" then exit 100 |