Skip to content

Commit

Permalink
fix: display msg for PUT
Browse files Browse the repository at this point in the history
  • Loading branch information
yeetypete committed Feb 2, 2025
1 parent ab11857 commit e2d3fe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/connection/lxd.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ def put_file(self, in_path, out_path):
]
)

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]

Expand Down

0 comments on commit e2d3fe7

Please sign in to comment.