Skip to content

Commit 187e5f1

Browse files
committed
use uss factory
1 parent 08cbb38 commit 187e5f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎src/main/java/zos/shell/command/impl/UssCommand.java‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ protected void run(CommandContext ctx, CommandLine cmd) {
3939
String command = String.join(" ", cmd.getArgList());
4040

4141
var ctrl = ControllerFactories
42-
.getGlobalFactory()
42+
.getUssFactory()
4343
.getUssController(ctx.sshConnection);
4444

4545
String result = ctrl.issueUnixCommand(command);

0 commit comments

Comments
 (0)