Skip to content

Commit

Permalink
fix ssh with uuid
Browse files Browse the repository at this point in the history
Change-type: patch
Signed-off-by: Ryan Cooke <[email protected]>
  • Loading branch information
rcooke-warwick committed Jul 10, 2023
1 parent b537e27 commit facd9f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/lib/common/worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -331,8 +331,8 @@ module.exports = class Worker {
};
} else {
config = {
host: this.sshConfig.host,
port: this.sshConfig.port,
host: this.workerHost,
port: this.workerPort,
username: this.username,
};
command = `host ${target} ${command}`;
Expand Down

0 comments on commit facd9f8

Please sign in to comment.