forked from ungleich-public/cdist
+hint
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
parent
5f2aff73dc
commit
04ae94a2df
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ eof
|
||||||
|
|
||||||
# Ensure the git status is clean, else abort
|
# Ensure the git status is clean, else abort
|
||||||
if ! git diff-index --name-only --exit-code HEAD ; then
|
if ! git diff-index --name-only --exit-code HEAD ; then
|
||||||
echo "Unclean tree, aborting"
|
echo "Unclean tree, see files above, aborting"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue