Skip to content

Commit

Permalink
fix: format
Browse files Browse the repository at this point in the history
  • Loading branch information
yeetypete committed Feb 2, 2025
1 parent bb32620 commit 06fb16c
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 @@ -193,7 +193,7 @@ def put_file(self, in_path, out_path):
if self.get_option("project"):
local_cmd.extend(["--project", self.get_option("project")])

uid, gid = (-1, -1) # lxc file push defaults
uid, gid = (-1, -1) # lxc file push defaults
if self.get_option("remote_user") != "root":
uid, gid = self._get_remote_uid_gid()

Expand Down

0 comments on commit 06fb16c

Please sign in to comment.