Skip to content

Commit c7e5d1c

Browse files
authored
Fixed typo in directory path
1 parent e36d52f commit c7e5d1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/troubleshooting/troubleshoot-deployment.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ ansible:
126126
```
127127
128128
When `keep_generated_recipes` is set to `true`, you can see the corresponding Ansible Recipes generated by Yorc on the Yorc host.
129-
For example in our case above, this is available in directory `/var/yorc/work/deployments/Troubleshooting-Environment/ansible/ErrorComponent/standard.start/` :
129+
For example in our case above, this is available in directory `/var/yorc/work/deployments/Troubleshooting-Environment/ansible/<unique id>/ErrorComponent/standard.start/` :
130130
```bash
131131
$ ls -1 /var/yorc/work/deployments/Troubleshooting-Environment/ansible/12aa92b6-70b7-4b3c-8971-90ae10d59b54/ErrorComponent/standard.start/
132132
ansible.cfg

0 commit comments

Comments
 (0)