From 7008b4739449808df47fb826f645ebcc541ba679 Mon Sep 17 00:00:00 2001 From: "Anthony J. Bentley" Date: Mon, 27 May 2024 13:36:26 -0600 Subject: [PATCH] When creating bare repos, clone with --mirror instead of --bare --- scripts/sync-ebooks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/sync-ebooks b/scripts/sync-ebooks index d01f21c0..cf53e072 100755 --- a/scripts/sync-ebooks +++ b/scripts/sync-ebooks @@ -97,7 +97,7 @@ while [ $# -gt 0 ]; do shift 2 ;; -b|--bare) - bare="--bare" + bare="--mirror" shift 1 ;; *)