Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
Nico Schottelius 2013-09-04 23:14:02 +02:00
parent 5f2aff73dc
commit 04ae94a2df
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ eof
# Ensure the git status is clean, else abort
if ! git diff-index --name-only --exit-code HEAD ; then
echo "Unclean tree, aborting"
echo "Unclean tree, see files above, aborting"
exit 1
fi