aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'bin/update-downloads.sh')
-rwxr-xr-xbin/update-downloads.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/update-downloads.sh b/bin/update-downloads.sh
index b113fdb..6d618e4 100755
--- a/bin/update-downloads.sh
+++ b/bin/update-downloads.sh
@@ -70,12 +70,12 @@ main() {
cd "$(dirname "$0")"/..
local arch
- printf 'Updating downloads... '
+ printf 'Updating downloads'
for arch in "${ARCHES[@]}"; do
- printf '%s ' "${arch}"
+ printf ' %s' "${arch}"
update_arch "${arch}"
done
- echo 'done.'
+ echo '...done.'
}
main "$@"