Remove unwanted fixme

remotes/origin/4.6
Darko Poljak 8 years ago
parent 9b5220a29c
commit 4a54d1420e
  1. 1
      cdist/exec/remote.py

@ -186,7 +186,6 @@ class Remote(object):
cmd = self._exec.split()
cmd.append(self.target_host[0])
# FIXME: replace this by -o SendEnv name -o SendEnv name ... to ssh?
# can't pass environment to remote side, so prepend command with
# variable declarations

Loading…
Cancel
Save