Skip to content

Commit 42545bf

Browse files
committed
rm command should come after cd command
1 parent 0fed1d4 commit 42545bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/cdp/cdp-Installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ toc: false
2828

2929
```console
3030
mkdir ~/cics-deploy
31-
rm -Rf *
3231
cd ~/cics-deploy
32+
rm -Rf *
3333
git clone https://github.com/IBM/zowe-cli-cics-deploy-plugin
3434
cd zowe-cli-cics-deploy-plugin
3535
npm install

0 commit comments

Comments
 (0)