Skip to content

Commit cf6cd5d

Browse files
committed
Correct typo in example
Signed-off-by: Mark Cocker <[email protected]>
1 parent a758830 commit cf6cd5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/pages/cdp/cdp-Preparing-a-zOS-PT-image.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Run the following commands on your workstation.
7070
| `ENV DFH_NODE_HOME=` | Installation directory for Node.js runtime provided by IBM SDK for Node.js - z/OS. |
7171
| `COPY bundles bundles` | Create an empty `bundles` directory in the provisioned file system to contain CICS bundles. |
7272

73-
6. Create a `.zosattributes` file to upload zosptfile files as UTF-8.
73+
6. Create a `.zosattributes` file to upload zosptfile as UTF-8.
7474

7575
This file is used by the `zowe zos-files upload dir-to-uss` command in the next step to exclude, convert, and tag files that are uploaded.
7676

@@ -132,7 +132,7 @@ Run the following commands on your workstation.
132132
ENV DFH_CICS_TYPE=MAS
133133
ENV DFH_CICSPLEX=ZOSPTINT
134134
ENV DFH_NODE_HOME=/usr/lpp/IBM/cnj/v8r0/IBM/node-latest-os390-s390x
135-
COPY . $APP_DIR_ZOS
135+
COPY . $IMAGE_APP_DIR_ZOS
136136
EOF
137137
```
138138

0 commit comments

Comments
 (0)