summaryrefslogtreecommitdiff
path: root/upgrade.sh
diff options
context:
space:
mode:
Diffstat (limited to 'upgrade.sh')
-rwxr-xr-xupgrade.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/upgrade.sh b/upgrade.sh
index 825c3b5..a7d88a0 100755
--- a/upgrade.sh
+++ b/upgrade.sh
@@ -9,7 +9,7 @@ function status {
DIR=$(pwd)
cd "$1"
echo "$2:"
- URL=$(git config remote.origin.url|sed "s/gitorious.org/gitlab.com/")
+ URL=$(git config remote.origin.url|sed "s/gitlab.com/git.themanaworld.org/")
git config remote.origin.url ${URL}
echo "set origin to ${URL}"
cd "$DIR"