Skip to content

Commit

Permalink
Fix key_str usage example
Browse files Browse the repository at this point in the history
  • Loading branch information
max-arnold authored and dwoz committed Dec 11, 2023
1 parent c51c7e8 commit cf23ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salt/wheel/key.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ def key_str(match):
.. code-block:: python
>>> wheel.cmd('key.key_str', ['minion1'])
>>> wheel.cmd('key.print', ['minion1'])
{'minions': {'minion1': '-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0B
...
TWugEQpPt\niQIDAQAB\n-----END PUBLIC KEY-----'}}
Expand Down

0 comments on commit cf23ade

Please sign in to comment.