summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2021-05-10 09:43:29 +0100
committerPaul Buetow <git@mx.buetow.org>2021-05-21 05:11:04 +0100
commitfdfeadd17c2b6a900f23e1d8d4b0a9713f18f53d (patch)
treea95f2ac3bdf297419d1a26c081961898011dcdcb
parent5805a4adf4b7b50f04025c0596fe5dafa61fc549 (diff)
fix
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5c6689df..51788e77 100644
--- a/Makefile
+++ b/Makefile
@@ -3,5 +3,5 @@ generate:
bash ./buetow.org.sh --generate
publish:
ADD_GIT=yes bash ./buetow.org.sh --generate
- git commit -a
+ bash -c 'git commit -a;exit 0'
git push