Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e07aaa5

Browse files
authoredJul 11, 2024
Merge pull request #55 from veraison/fix
fix(demo): correct services clone commands
2 parents 23a8522 + 7337706 commit e07aaa5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎demo/cca/manual-end-to-end.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ export TOPDIR=$(pwd)
164164
In the first shell, clone the Veraison services repository:
165165

166166
```shell
167-
git clone https://github.com/veraison/services@demo-cca-1.0.0
167+
git clone --branch demo-cca-1.0.0 https://github.com/veraison/services
168168
```
169169

170170
Build the services:

‎demo/psa/manual-end-to-end.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ export TOPDIR=$(pwd)
157157
In the first shell, clone the Veraison services repository:
158158

159159
```shell
160-
git clone https://github.com/veraison/services
160+
git clone --branch demo-psa-1.0.1 https://github.com/veraison/services
161161
```
162162

163163
Build the services:

0 commit comments

Comments
 (0)
Please sign in to comment.