fix tests
Some checks are pending
CI / linting (push) Waiting to run

This commit is contained in:
Dennis Eichhorn 2024-05-18 02:15:38 +00:00
parent cb25959bf0
commit dd8febcace

View File

@ -3,8 +3,8 @@
MSG="$1"
git submodule foreach git add .
git submodule foreach "git commit -m '${MSG}' || true"
git submodule foreach "git commit -m \"${MSG}\" || true"
git submodule foreach git push
git add .
git commit -m '${MSG}'
git commit -m "${MSG}"
git push