From df3d4689ef73b3250889607b010f1db9905b2b86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Paulo=20Fontenele=20Brito?= Date: Wed, 31 Jan 2024 15:12:26 -0400 Subject: [PATCH] fix: git read-tree command for gitlab version see #53 for a similar fix for the github flow --- setup.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.bash b/setup.bash index bfa2884..2361379 100755 --- a/setup.bash +++ b/setup.bash @@ -259,7 +259,7 @@ setup_gitlab() { cd "$out" git checkout --orphan out git rm -rf "$out" >/dev/null - git read-tree --prefix=/ -u template:template/ + git read-tree --prefix="" -u template:template/ download_license "$license_keyword" "$out/LICENSE"