From ffc570f9d169f1a1bb566768b8bf5558336611e9 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Thu, 1 Sep 2016 12:26:36 -0400 Subject: [PATCH] ceph-setup: do tell what git diff reported before bailing Signed-off-by: Alfredo Deza --- ceph-setup/build/build | 1 + 1 file changed, 1 insertion(+) diff --git a/ceph-setup/build/build b/ceph-setup/build/build index 00abfbac..6fad406d 100644 --- a/ceph-setup/build/build +++ b/ceph-setup/build/build @@ -73,6 +73,7 @@ else echo echo "**** REPOSITORY IS DIRTY ****" echo + git diff if [ "$force" != "force" ]; then echo "add 'force' argument if you really want to continue." exit 1 -- 2.39.5