From 731e9a5529890632a9cc68d9c3e8479eb15458ae Mon Sep 17 00:00:00 2001 From: Fedja Beader Date: Thu, 22 Feb 2024 22:20:15 +0100 Subject: There's a typo invasion --- .tools/init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tools/init.sh b/.tools/init.sh index 57109b63..d02395d1 100755 --- a/.tools/init.sh +++ b/.tools/init.sh @@ -19,7 +19,7 @@ function gitclone1 { } function gitclone { - printf '$CI_BUILD_REPO is $s\n' "$CI_BUILD_REPO" + printf '$CI_BUILD_REPO is %s\n' "$CI_BUILD_REPO" export name1=$1/$2 export name2=${CI_BUILD_REPO##*@} export name2=https://${name2%/*}/$2 -- cgit v1.2.3-60-g2f50