mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-22 05:51:43 -07:00
fix: display msg for PUT
This commit is contained in:
parent
ab11857bc0
commit
e2d3fe7a1c
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ class Connection(ConnectionBase):
|
|||
]
|
||||
)
|
||||
|
||||
self._display.vvvvv(f"PUT COMMAND {local_cmd}", host=self._host())
|
||||
self._display.vvvvv(f"PUT {local_cmd}", host=self._host())
|
||||
|
||||
local_cmd = [to_bytes(i, errors='surrogate_or_strict') for i in local_cmd]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue