Let's just see, for fun

This commit is contained in:
Jean-Paul Calderone 2020-08-07 14:31:32 -04:00
parent d6a80c891a
commit 5736f9cdeb
No known key found for this signature in database
GPG Key ID: 86E6F8BAE797C287

View File

@ -35,7 +35,7 @@ fi
echo "The ${tracking_filename} diff is:"
echo "================================="
git diff "${tracking_filename}"
git diff -- "${tracking_filename}"
echo "================================="
echo "Exiting with code ${code} from ratchet.py."