docs(modules/system): fix system.get_computer_name CLI example

This commit is contained in:
Imran Iqbal 2024-08-26 18:00:18 +01:00 committed by Daniel Wozniak
parent 94fdf082ec
commit c1dd74aa69

View file

@ -633,7 +633,7 @@ def get_computer_name():
.. code-block:: bash
salt '*' network.get_hostname
salt '*' system.get_computer_name
"""
return __salt__["network.get_hostname"]()