Commit 2494e98e authored by Vitaly Lipatov's avatar Vitaly Lipatov

rpmgp: fix pub git url postfix

parent 736d6418
...@@ -300,7 +300,7 @@ git_clone() ...@@ -300,7 +300,7 @@ git_clone()
else else
local GIRARURL=$(get_git_url $GITHOST) local GIRARURL=$(get_git_url $GITHOST)
[ -n "$GIRARURL" ] || fatal "Can't get public URL for $GIRHOST" [ -n "$GIRARURL" ] || fatal "Can't get public URL for $GIRHOST"
docmd git clone $GIRARURL$RREPO.git docmd git clone $GIRARURL$RREPO
fi fi
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment