diff --git a/project.sh b/project.sh index 5c3df32..91b0690 100644 --- a/project.sh +++ b/project.sh @@ -127,7 +127,7 @@ require-committed() { git diff --quiet --exit-code "$file" if [ $? -ne 0 ]; then echo-error "uncommitted changes in $file" - git diff --compact-summary "$file" + git diff "$file" exit 1 fi fi