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" \