Skip to content

Commit b24a2ec

Browse files
committed
--name cannot be more than 8 characters
Update the CICS bundle name parameter to Express
1 parent a1dbd82 commit b24a2ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/cdp/cdp-Deploying-your-first-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ toc: false
3434
1. Deploy the CICS bundle into CICS. Replace the value for `--targetdir` with a directory on z/OS that your user ID has write access to, and the CICS region user ID has read access to.
3535

3636
```console
37-
zowe cics-deploy push bundle --name myExpressApp --targetdir /u/userid/bundles --overwrite
37+
zowe cics-deploy push bundle --name Express --targetdir /u/userid/bundles --overwrite
3838
```
3939

4040
### Results

0 commit comments

Comments
 (0)