From 41ae454bc8ca4b33df55ec42285ac655ecbdf534 Mon Sep 17 00:00:00 2001 From: Luc Grosheintz Date: Fri, 29 Nov 2024 14:33:00 +0100 Subject: [PATCH] Improve `bin/format.sh`. --- bin/format.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/format.sh b/bin/format.sh index 549ea44e7..e2b2670aa 100755 --- a/bin/format.sh +++ b/bin/format.sh @@ -37,5 +37,8 @@ if [ -n "$modified_files" ]; then echo "" echo "The diff is:" git --no-pager diff + echo "" + echo "To correct the formatting run:" + echo " $0" exit 1 fi