summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFedja Beader <fedja@protonmail.ch>2024-02-22 22:20:15 +0100
committerFedja Beader <fedja@protonmail.ch>2024-02-22 22:20:15 +0100
commit731e9a5529890632a9cc68d9c3e8479eb15458ae (patch)
tree8f9f1a017501071b13965aa54ab0ec37ebf95859
parent67fe340607301d63938f4fd9aa8dc891c859d5be (diff)
downloadclientdata-731e9a5529890632a9cc68d9c3e8479eb15458ae.tar.gz
clientdata-731e9a5529890632a9cc68d9c3e8479eb15458ae.tar.bz2
clientdata-731e9a5529890632a9cc68d9c3e8479eb15458ae.tar.xz
clientdata-731e9a5529890632a9cc68d9c3e8479eb15458ae.zip
There's a typo invasion
-rwxr-xr-x.tools/init.sh2
1 files changed, 1 insertions, 1 deletions
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