Skip to content

Commit

Permalink
Doc: Fix wrong command in cv-pathinder example (#4837)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmuloc authored Dec 20, 2024
1 parent 688169f commit 9e4bc28
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -529,10 +529,10 @@ To build and deploy the configurations to CVaaS, run first the `build.yml` playb

``` bash
### Build the configurations
ansible-playbook playbooks/build.yml
ansible-playbook build.yml
### Deploy Configurations to CVaaS
ansible-playbook playbooks/deploy.yml
ansible-playbook deploy.yml
```

```shell
Expand Down

0 comments on commit 9e4bc28

Please sign in to comment.