Skip to content

Commit 78771c9

Browse files
committed
correct shortcut for CMCI protocol
Signed-off-by: Paul Cooper <[email protected]>
1 parent c6709cf commit 78771c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/BundlePush/CmciConfig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export class CmciConfig {
5555

5656
if (params.arguments.cpr !== undefined) {
5757
cmciProfile.protocol = params.arguments.cpr;
58-
cmciProfile.u = params.arguments.cpr;
58+
cmciProfile.o = params.arguments.cpr;
5959
}
6060

6161
// The CICS profile is optional, only validate it further if there is some content

0 commit comments

Comments
 (0)