Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tonynajjar authored Feb 28, 2025
1 parent 2cc93dc commit 2d6322b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/howto/autoinstall-validation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Now you can invoke the validation script with:

.. code:: none
./scripts/validate-autoinstall-user-data <path-to-config>
./scripts/validate-autoinstall-user-data.py <path-to-config>
or you can feed the configuration data via stdin:
Expand All @@ -41,7 +41,7 @@ or you can feed the configuration data via stdin:
.. code:: none
# a trivial example
cat <config> | ./scripts/validate-autoinstall-user-data
cat <config> | ./scripts/validate-autoinstall-user-data.py
.. warning::

Expand Down

0 comments on commit 2d6322b

Please sign in to comment.