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