Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Commit

Permalink
Code review update. Move helper message in CI to end of displayed text.
Browse files Browse the repository at this point in the history
  • Loading branch information
rstuart-scottlogic committed Nov 8, 2019
1 parent 4c66bf7 commit 1987e67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion license-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@ then
echo "No files missing headers."
exit 0
else
echo "Consider running header-update.sh from the root to update these files automatically!"
echo "Some files are missing headers:"
fi

for i in ${files}; do
echo ${i}
done

echo "Consider running header-update.sh from the root to update these files automatically!"

exit 1

0 comments on commit 1987e67

Please sign in to comment.