Skip to content

Commit

Permalink
doc: fix jinja.import_json module docstr
Browse files Browse the repository at this point in the history
  • Loading branch information
blu-base authored and dwoz committed Sep 18, 2024
1 parent 246d066 commit 0eace02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salt/modules/jinja.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def import_json(path):
.. code-block:: bash
salt myminion jinja.import_JSON myformula/foo.json
salt myminion jinja.import_json myformula/foo.json
"""
tmplstr = textwrap.dedent(
"""\
Expand Down

0 comments on commit 0eace02

Please sign in to comment.