From 2ff7a6cf1bdebfa24c2eaea957827b6258dcc0ad Mon Sep 17 00:00:00 2001 From: jutty Date: Wed, 25 Feb 2026 01:48:00 -0300 Subject: [PATCH] CI: Make additional tooling move to /usr/local/bin verbose --- .forgejo/workflows/setup-tools.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/setup-tools.sh b/.forgejo/workflows/setup-tools.sh index 0a3154c..a47248a 100755 --- a/.forgejo/workflows/setup-tools.sh +++ b/.forgejo/workflows/setup-tools.sh @@ -26,7 +26,7 @@ fetch() { sha256sum --check /tmp/digest tar xf "/tmp/$filename" -C /tmp/tools find /tmp/tools -type f -executable -name "$binary" \ - -exec mv '{}' /usr/local/bin ';' + -exec mv -v '{}' /usr/local/bin ';' } fetch casey/just "$JUST_VERSION" \