summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xupdate1
1 files changed, 1 insertions, 0 deletions
diff --git a/update b/update
index 24aba93..89db462 100755
--- a/update
+++ b/update
@@ -8,6 +8,7 @@ do_clone()
fi
(
cd "$1"
+ git remote set-url origin "$2"
git fetch
)
}