From 7ba7d1c5014fba9a7faa195edebdbfe17ed1e770 Mon Sep 17 00:00:00 2001 From: Jephte Clain Date: Wed, 12 Apr 2023 08:47:54 +0400 Subject: [PATCH] =?UTF-8?q?pcxone:=20correction=20de=20l'url=20g=C3=A9n?= =?UTF-8?q?=C3=A9r=C3=A9=20des=20d=C3=A9p=C3=B4ts=20git?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- uproject | 1 + 1 file changed, 1 insertion(+) diff --git a/uproject b/uproject index d68c8de..361a262 100755 --- a/uproject +++ b/uproject @@ -467,6 +467,7 @@ NR <= 2 { next } else repourl="$1" [ -n "$repourl" ] || die "Vous devez spécifier l'url du dépôt git" + [ "$rtype" == gogs -o "$rtype" == gitea ] && repourl="${repourl%.git}.git" destdir="$2" if [ -z "$destdir" ]; then