Skip to content

Commit

Permalink
Fix linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ByteOtter committed Jun 14, 2024
1 parent aebd362 commit b007f0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ These **will override the configuration from your configuration file**.

Cobbler-TFTP will automatically search for environment variables in this format:

.. code-block:: bash
.. code-block:: text
COBBLER_TFTP__<PARENT_KEY>__<CHILD_KEY>__<...>__<KEY>=<VALUE>
Expand All @@ -65,7 +65,7 @@ parameters.

These must be given in the format:

.. code-block:: bash
.. code-block:: text
<PARENT_KEY>.<CHILD_KEY>.<..>.<KEY>=<VALUE>
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Cobbler-TFTP is a stateless TFTP server for the dynamic creation of configuratio
.. toctree::
:maxdepth: 2
:caption: Contents:

Quickstart Guide <quickstart-guide>
Installation <installation>
Configuration <configuration>
Expand Down

0 comments on commit b007f0c

Please sign in to comment.