fix(core): update

This commit is contained in:
2024-02-09 18:21:33 +01:00
parent 9fc03e8504
commit 9a10f83bb6
8 changed files with 2127 additions and 1168 deletions

View File

@ -7,7 +7,7 @@ export class SshKey {
private _hostVar: string;
private _authorized: boolean;
private _smarthshellInstance = new plugins.shelljs.Smartshell({
private _smarthshellInstance = new plugins.smartshell.Smartshell({
executor: 'bash',
});