Really fix error in gitlab URLs
This commit is contained in:
parent
a4d7188400
commit
7c6210dfba
@ -59,7 +59,7 @@ gt_community ()
|
||||
gt_vendor ()
|
||||
{
|
||||
REPO="Avancys v14 for Agofer"
|
||||
SRC=ssh://git@gitlab.com:mgarcia.avancys/v14_avancys_agofer.git
|
||||
SRC=git@gitlab.com:mgarcia.avancys/v14_avancys_agofer.git
|
||||
DEST=./vendor/
|
||||
OPTIONS=""
|
||||
if [ ! -d "$DEST" ]; then
|
||||
@ -101,7 +101,7 @@ gt_vendor01 ()
|
||||
gt_vendor02 ()
|
||||
{
|
||||
REPO="Electronic documents by Avancys"
|
||||
SRC=ssh://git@gitlab.com:mgarcia.avancys/v14-electronic-documents-agofer.git
|
||||
SRC=git@gitlab.com:mgarcia.avancys/v14-electronic-documents-agofer.git
|
||||
DEST=./vendor02/
|
||||
OPTIONS=""
|
||||
if [ ! -d "$DEST" ]; then
|
||||
|
||||
Loading…
Reference in New Issue
Block a user