From d6e801a44971f9e6ee6d1282b3ae0912e0033ba3 Mon Sep 17 00:00:00 2001
From: Joel Grunbaum <joelgrun@gmail.com>
Date: Tue, 24 Aug 2021 11:39:22 +0000
Subject: [PATCH] Updated to excludes file

---
 git-mirror-update.sh |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/git-mirror-update.sh b/git-mirror-update.sh
old mode 100755
new mode 100644
index ea72417..20765d3
--- a/git-mirror-update.sh
+++ b/git-mirror-update.sh
@@ -1,7 +1,6 @@
 #!/bin/bash
 
-#GIT_DIRECTORY=/Eduardo/git
-GIT_DIRECTORY=/home/joel/Downloads/temp
+GIT_DIRECTORY=/Eduardo/git
 
 for d in $GIT_DIRECTORY/*; do
     if ! grep -q "mirror = true" $d/config; then

--
Gitblit v1.9.3