diff --git a/plugins/connection/lxd.py b/plugins/connection/lxd.py index 057ff716a44..abf0c8cf1af 100644 --- a/plugins/connection/lxd.py +++ b/plugins/connection/lxd.py @@ -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()