diff --git a/update.sh b/update.sh index 184de44..0ae6dfe 100755 --- a/update.sh +++ b/update.sh @@ -3,5 +3,6 @@ wget -q -O plenum.md "https://md.ccc-mannheim.de/9vP-toraQhOONftDOFuQtw/download if [[ $(git diff --shortstat 2> /dev/null | tail -n1) != "" ]]; then git commit -m "bot update" *.md + git push fi