From 87309e4b849ab7295d8a8c02e66b7d49be9803e5 Mon Sep 17 00:00:00 2001 From: Steve Karg Date: Tue, 25 Feb 2025 10:39:12 -0600 Subject: [PATCH] Fixed line endings in script. --- mirror.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/mirror.sh b/mirror.sh index 26a736da..aa845b1a 100755 --- a/mirror.sh +++ b/mirror.sh @@ -13,4 +13,3 @@ cd $mirror_tree git clone --bare $mirror_source . git push --mirror $mirror_dest cd - -