Skip to content

Commit

Permalink
scripts: Use more punctuation in cc-collect-data.sh
Browse files Browse the repository at this point in the history
Add punctuation to "cc-collect-data.sh" output.

Signed-off-by: James O. D. Hunt <[email protected]>
  • Loading branch information
jodh-intel committed Sep 25, 2017
1 parent 6a7fc90 commit 57f2500
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/cc-collect-data.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -137,14 +137,14 @@ show_runtime_log_details()
msg "Recent problems found in global log \`$global_log\`:"
show_quoted_text "$problems"
else
msg "No recent problems found in global log \`$global_log\`:"
msg "No recent problems found in global log \`$global_log\`."
fi
else
msg "Global log \`$global_log\` does not exist"
msg "Global log \`$global_log\` does not exist."
fi

else
msg "Global log not enabled"
msg "Global log not enabled."
fi
}

Expand Down

0 comments on commit 57f2500

Please sign in to comment.