From 5736f9cdebdbd0c4415c354276982c3fb74ab19b Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Fri, 7 Aug 2020 14:31:32 -0400 Subject: [PATCH] Let's just see, for fun --- misc/python3/ratchet.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/python3/ratchet.sh b/misc/python3/ratchet.sh index ec67ea0a0..e38999dd2 100755 --- a/misc/python3/ratchet.sh +++ b/misc/python3/ratchet.sh @@ -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."