From 5e25e118f4b3a3722fe314825adc6cb79b43fcaf Mon Sep 17 00:00:00 2001 From: Johan Borestad Date: Thu, 15 Feb 2024 14:58:37 +0100 Subject: [PATCH] =?UTF-8?q?`=EF=B8=8F=EF=B8=8F=E2=9A=A1=EF=B8=8F=20BUMP=20?= =?UTF-8?q?=E2=9A=A1=EF=B8=8F`=20=20`ciutil=201(+)=201(-)`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/scripts/ciutil | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/ciutil b/.github/scripts/ciutil index 1e260e6..55a1e8e 100755 --- a/.github/scripts/ciutil +++ b/.github/scripts/ciutil @@ -11,7 +11,7 @@ download() { local software=$(basename "$url") local location=~/.local/bin/$software - echo "✔ Downloading $software into $location" + echo "✔ [Download]: $software into $location" wget -O $location -q -nv --content-disposition "$url" chmod +x $location 2> /dev/null || true }