summaryrefslogtreecommitdiff
path: root/init.sh
diff options
context:
space:
mode:
Diffstat (limited to 'init.sh')
-rwxr-xr-xinit.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.sh b/init.sh
index a035232..f3b78e6 100755
--- a/init.sh
+++ b/init.sh
@@ -1,14 +1,14 @@
#!/bin/bash
CMD="$1"
-PROTO="git@gitorious.org:"
+PROTO="git@gitlab.com:"
if [[ -z "${CMD}" ]]; then
export CMD="default"
fi
STR=$(git remote -v|grep "https://")
if [[ -n "${STR}" ]]; then
- export PROTO="https://gitorious.org/"
+ export PROTO="https://gitlab.com/"
fi
if [[ "${CMD}" == "all" || "${CMD}" == "default" ]]; then