This commit is contained in:
Neale Pickett 2021-10-19 19:57:35 -06:00
parent de1fdc0691
commit e2e7d37300
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ fail () {
}
run () {
printf "\033[32m%\033[0m $*\n" 1>&2
printf "\033[32m%\033[0m %s\n" "$*" 1>&2
"$@"
}