diff --git a/misc/python3/depgraph.sh b/misc/python3/depgraph.sh index f4c5b3718..16f7343ae 100755 --- a/misc/python3/depgraph.sh +++ b/misc/python3/depgraph.sh @@ -20,7 +20,7 @@ pip install twisted # Generate the maybe-changed data. python tahoe-depgraph.py "${TAHOE}" -if git diff-index --quiet --cached HEAD; then +if git diff-index --quiet HEAD; then echo "Declining to commit without any changes." exit 0 fi