Skip to content

Commit

Permalink
fix: add comment about defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
yeetypete committed Feb 2, 2025
1 parent e2d3fe7 commit bb32620
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)
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 bb32620

Please sign in to comment.