D'oh, invert the diff
Eelco Dolstra committed
Jul 12, 2021 at 17:19 UTC
39b8766beba83ecc744ebf88879e7977447c8dd4
1 file changed
+1
-1
modules/rfc39.nix
+1
-1
@@ -72,7 +72,7 @@ in {
72
73
cd "$recordsdir"
74
75
- if git diff --quiet; then
75
+ if ! git diff --quiet; then
76
git add .
77
git commit -m "Automated team sync results."
78
git push origin main