Skip to content

Commit 5966653

Browse files
committed
Update printf
1 parent bf0eb44 commit 5966653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci-scripts/displaytime.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
set -euo pipefail
1616

17-
printf '\n=================== %s execution time ===================\n\n ' $1
17+
echo =================== $1 execution time ===================
1818

1919
start_time=$2
2020
end_time=`date +%s`

0 commit comments

Comments
 (0)