From 7c6210dfba5d80e4bb3dd1542550a6c25808e7cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20E=2E=20G=C3=B3mez?= Date: Thu, 13 Oct 2022 16:20:50 -0500 Subject: [PATCH] Really fix error in gitlab URLs --- update_from_repo.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/update_from_repo.sh b/update_from_repo.sh index 30cd2f0..96c00bc 100755 --- a/update_from_repo.sh +++ b/update_from_repo.sh @@ -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