Change again some languages

Thanks to @tokideveloper !!!
This commit is contained in:
parulin 2025-08-09 17:33:43 -04:00
parent 978efb3514
commit 3ba7a492f0
No known key found for this signature in database
GPG key ID: BC3830B42F4BF1F5
10 changed files with 12 additions and 12 deletions

View file

@ -220,7 +220,7 @@ This step is optional, but very helpful. Put these scripts somewhere in your ``$
``qtb-iterate``:
.. code:: console
.. code:: bash
#!/bin/sh
@ -247,7 +247,7 @@ I (woju) have those two git hooks. They ensure tests are passing (or are marked
``core-admin/.git/hooks/pre-commit``: (you may retain also the default hook, here omitted for readability)
.. code:: console
.. code:: bash
#!/bin/sh
@ -258,7 +258,7 @@ I (woju) have those two git hooks. They ensure tests are passing (or are marked
``core-admin/.git/hooks/pre-push``:
.. code:: console
.. code:: bash
#!/bin/sh