Skip to content

Commit

Permalink
Merge pull request #190 from elg/master
Browse files Browse the repository at this point in the history
Correction for direct ssh connection
  • Loading branch information
elg committed Oct 10, 2017
2 parents e164281 + b8f1c6a commit 591d540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion passhport/passhport
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def ssh_direct_command(username, url_passhport, target_list, originalcmd):
if len(splitcommand) < 2:
# if there is no command, we connect as normal ssh connection
checkandconnect(build_targets_list(target_list), server, username,
originalcmd)
"")
else:
# else we remove the target name
checkandconnect(build_targets_list(target_list), server, username,
Expand Down

0 comments on commit 591d540

Please sign in to comment.