summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-12-20 13:45:25 -0200
committerSilvio Rhatto <rhatto@riseup.net>2016-12-20 13:45:25 -0200
commit9d01bc8e730335d90d06d3c22b2fb2588bc64fdd (patch)
treefd9b94d8b37e9842a096ba4b3e56ec7ab684db9b
parent259f58f9dfb0a35fc4508c39789985457810d713 (diff)
downloadhydra-9d01bc8e730335d90d06d3c22b2fb2588bc64fdd.tar.gz
hydra-9d01bc8e730335d90d06d3c22b2fb2588bc64fdd.tar.bz2
Updates default ORIGIN at hydra install
-rwxr-xr-xshare/hydra/install4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/hydra/install b/share/hydra/install
index 44f712a..27d5aea 100755
--- a/share/hydra/install
+++ b/share/hydra/install
@@ -36,9 +36,9 @@ ORIGIN_CONFIG="`hydra $HYDRA config git`"
# Validate origin
if [ ! -z "$ORIGIN_CONFIG" ]; then
- ORIGIN="$ORIGIN_CONFIG/hydra.git"
+ ORIGIN="$ORIGIN_CONFIG/hydra"
else
- ORIGIN="git://git.fluxo.info/hydra.git"
+ ORIGIN="https://git.fluxo.info/hydra"
fi
# Deploy