summaryrefslogtreecommitdiff
path: root/utils.sh
diff options
context:
space:
mode:
Diffstat (limited to 'utils.sh')
-rw-r--r--utils.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils.sh b/utils.sh
index a2b9153..a9d6d66 100644
--- a/utils.sh
+++ b/utils.sh
@@ -22,7 +22,7 @@ run_cmd ()
printf "%$(len)s\n" "'$title'" "FAIL"
exit 1
fi
- printf "$format\n" "'$title'" "DONE"
+ printf "%$(len)s\n" "'$title'" "DONE"
}