From 53a4714da69237ea39cb304b9bbe052ca8a888bb Mon Sep 17 00:00:00 2001 From: johanc-safetyiq <137752795+johanc-safetyiq@users.noreply.github.com> Date: Tue, 28 May 2024 17:44:07 +1000 Subject: [PATCH] Update project.sh --- project.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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