summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2021-05-10 09:44:03 +0100
committerPaul Buetow <git@mx.buetow.org>2021-05-21 05:11:04 +0100
commit4eb3dac26826665992dee3868a06f2e989c621a1 (patch)
tree6ab59d097886884d29992ac836015881f8f028e7
parentfdfeadd17c2b6a900f23e1d8d4b0a9713f18f53d (diff)
dont commit when there is nothing new
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 51788e77..5c6689df 100644
--- a/Makefile
+++ b/Makefile
@@ -3,5 +3,5 @@ generate:
bash ./buetow.org.sh --generate
publish:
ADD_GIT=yes bash ./buetow.org.sh --generate
- bash -c 'git commit -a;exit 0'
+ git commit -a
git push