Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoz committed Jan 13, 2022
1 parent f36002f commit 6d9d350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salt/modules/cp.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def recv_chunked(dest, chunk, append=False, compressed=True, mode=None):
.. code-block:: bash
salt '*' cp.recv_chuncked
salt '*' cp.recv_chunked
"""
if "retcode" not in __context__:
__context__["retcode"] = 0
Expand Down

0 comments on commit 6d9d350

Please sign in to comment.