mirror of https://github.com/certd/certd
chore: 1
parent
7549b9443f
commit
60ea9106f1
|
@ -247,7 +247,7 @@ export class SshClient {
|
|||
script = script.split('\n');
|
||||
}
|
||||
script = script as Array<string>;
|
||||
script = script.join('&& ');
|
||||
script = script.join(' && ');
|
||||
} else {
|
||||
if (_.isArray(script)) {
|
||||
script = script as Array<string>;
|
||||
|
|
Loading…
Reference in New Issue