summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrenew-config1
1 files changed, 0 insertions, 1 deletions
diff --git a/renew-config b/renew-config
index 6b4a24c..f90fdd3 100755
--- a/renew-config
+++ b/renew-config
@@ -10,7 +10,6 @@ if [ -n "$(git status --porcelain)" ]; then
error "$REPO: git repositiory contains uncommited changes."
fi
-git fetch origin 2>/dev/null
git push origin master 2>/dev/null
if ! diff -q "$REPO/Metadata/clients.xml" "$REAL/Metadata/clients.xml" >/dev/null; then