summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2021-05-10 09:43:29 +0100
committerPaul Buetow <paul@buetow.org>2021-05-10 09:43:29 +0100
commit57774756fd12d0731b256eace41b690631529851 (patch)
tree3f7f5039497fbccb551bd24602402f0bd9fd42ee
parentfb4848a8016767854d7126bd15fb2b70fd7797c3 (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