When creating bare repos, clone with --mirror instead of --bare

This commit is contained in:
Anthony J. Bentley 2024-05-27 13:36:26 -06:00 committed by Alex Cabal
parent 569d8a0e61
commit 7008b47394

View file

@ -97,7 +97,7 @@ while [ $# -gt 0 ]; do
shift 2 shift 2
;; ;;
-b|--bare) -b|--bare)
bare="--bare" bare="--mirror"
shift 1 shift 1
;; ;;
*) *)