SLING-10676 - script as REALLY used for the initial SECURITY.md addition to all repos
diff --git a/add-security-md.sh b/add-security-md.sh
index a02253f..844a6ce 100755
--- a/add-security-md.sh
+++ b/add-security-md.sh
@@ -23,4 +23,4 @@
 cat ../aggregator/$SEC > $SEC
 git add $SEC
 git commit -m "SLING-10676 - add or update $SEC"
-# TODO git push origin master
\ No newline at end of file
+git push origin master
\ No newline at end of file