Skip to content

Commit

Permalink
Make sure to add the command
Browse files Browse the repository at this point in the history
  • Loading branch information
bolkedebruin committed Nov 28, 2015
1 parent 19281df commit ef045db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/contrib/hooks/ssh_hook.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def _prepare_command(self, cmd):

logging.debug("SSH cmd: {} ".format(connection_cmd))

return connection_cmd
return connection_cmd + cmd

def _Popen(self, cmd, **kwargs):
"""
Expand Down

0 comments on commit ef045db

Please sign in to comment.