Skip to content

Commit

Permalink
fix: line length
Browse files Browse the repository at this point in the history
  • Loading branch information
yeetypete committed Jan 31, 2025
1 parent 30a6f46 commit 297f3c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/connection/lxd.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,8 @@ def _build_command(self, cmd) -> str:

if self.get_option("remote_user") != "root":
self._display.vvv(
f"INFO: Running as non-root user: {self.get_option('remote_user')}, trying to run 'lxc exec' with become method: {self.get_option('lxd_become_method')}",
f"INFO: Running as non-root user: {self.get_option('remote_user')}, \
trying to run 'lxc exec' with become method: {self.get_option('lxd_become_method')}",
host=self._host(),
)
exec_cmd.extend(
Expand Down

0 comments on commit 297f3c0

Please sign in to comment.