From 9d01bc8e730335d90d06d3c22b2fb2588bc64fdd Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 20 Dec 2016 13:45:25 -0200 Subject: Updates default ORIGIN at hydra install --- share/hydra/install | 4 ++-- 1 file 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 -- cgit v1.2.3