fix: esxi部署失败的bug

This commit is contained in:
xiaojunnuo
2026-02-09 13:49:00 +08:00
parent 8d57063e9d
commit 6ab1fcaf89
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
import * as _ from 'lodash-es';
import * as _ from "lodash-es";
function isUnMergeable(srcValue: any) {
return srcValue != null && srcValue instanceof UnMergeable;
}

View File

@@ -59,7 +59,7 @@ export class EsxiDeployCertPlugin extends AbstractPlusTaskPlugin {
handle: async (ctx) => {
const crtPath = ctx.tmpCrtPath;
const keyPath = ctx.tmpKeyPath;
sshClient.uploadFiles({
await sshClient.uploadFiles({
connectConf: sshConf,
transports: [
{