Skip to content

Commit ca43adf

Browse files
authored
Update launcher.rb
remove duplicate line.
1 parent 1a4e729 commit ca43adf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/ood_core/job/adapters/systemd/launcher.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,6 @@ def call(cmd, *args, env: {}, stdin: "")
104104
#
105105
# @param destination_host [#to_s] the destination host you wish to ssh into
106106
# @param cmd [Array<#to_s>] the command to be executed on the destination host
107-
def ssh_cmd(destination_host, cmd)
108-
109107
def ssh_cmd(destination_host, cmd)
110108

111109
sshcmd=[

0 commit comments

Comments
 (0)