1 parent 08cbb38 commit 187e5f1Copy full SHA for 187e5f1
1 file changed
src/main/java/zos/shell/command/impl/UssCommand.java
@@ -39,7 +39,7 @@ protected void run(CommandContext ctx, CommandLine cmd) {
39
String command = String.join(" ", cmd.getArgList());
40
41
var ctrl = ControllerFactories
42
- .getGlobalFactory()
+ .getUssFactory()
43
.getUssController(ctx.sshConnection);
44
45
String result = ctrl.issueUnixCommand(command);
0 commit comments