From cf1ef7c848a6d30677dc50a15ad500f3e5d8b8b5 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Tue, 7 May 2024 13:44:08 -0600 Subject: [PATCH] Fixed LF Sequencing --- repo_watcher.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/repo_watcher.sh b/repo_watcher.sh index 15e238e..9252b12 100644 --- a/repo_watcher.sh +++ b/repo_watcher.sh @@ -5,9 +5,6 @@ process_repo() { FULL_REPO_URL=$1 DESTINATION=$2 - # Ensure The Repo is marked as Safe by Git - # git config --global --add safe.directory /srv/Repo_Cache/docs - # Extract the URL without credentials for logging and notifications CLEAN_REPO_URL=$(echo "$FULL_REPO_URL" | sed 's/https:\/\/[^@]*@/https:\/\//')