fix the add links form

This commit is contained in:
Nick Sweeting 2020-07-13 12:21:37 -04:00
parent 215d5eae32
commit ae208435c9
6 changed files with 10 additions and 8 deletions

View file

@ -56,7 +56,6 @@ def save_git(link: Link, out_dir: Optional[str]=None, timeout: int=TIMEOUT) -> A
cmd = [
GIT_BINARY,
'clone',
# '--mirror',
'--recursive',
*([] if CHECK_SSL_VALIDITY else ['-c', 'http.sslVerify=false']),
without_query(without_fragment(link.url)),