Skip to content

Commit f792538

Browse files
committed
Fix IDE git command
1 parent 9e15e69 commit f792538

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs-source/cloudbank/content/deploy-ide/get-code.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ Download a copy of the CloudBank sample application.
1212
Create a local clone of the CloudBank source repository using this command.
1313

1414
```shell
15-
git https://github.com/oracle/microservices-datadriven.git
15+
git clone --depth 1 https://github.com/oracle/microservices-datadriven.git --tags cbv4-1.3.1 --single-branch
1616
```
1717

1818
> **Note**: If you do not have **git** installed on your machine, you can download a zip file of the source code from [GitHub](https://github.com/oracle/microservices-datadriven) and unzip it on your machine instead.
1919

20-
The source code for the CloudBank application will be in the `microservices-datadriven` directory you just created, in the `cloudbank-v32` subdirectory.
20+
The source code for the CloudBank application will be in the `microservices-datadriven` directory you just created, in the `cloudbank-v4` subdirectory.
2121

2222
```shell
2323
cd microservices-datadriven/cloudbank-v4

0 commit comments

Comments
 (0)