Skip to content
Snippets Groups Projects
Commit f0ab4050f03c authored by Vincent Hatakeyama's avatar Vincent Hatakeyama
Browse files

fix missing space

parent b88d9a2b8b02
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@
if [[ $ok -gt 0 ]];
then
echo -e '\033[32mOK:\033[0m'
grep--color=always ' OK' $logfile || true
grep --color=always ' OK' $logfile || true
fi
if [[ $failed -gt 0 ]];
then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment