Skip to content

Commit 3f147bf

Browse files
authored
Merge pull request #101 from epics-containers/create-ioc-fix
Update create_ioc.md
2 parents af86cc9 + d9f52a6 commit 3f147bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/create_ioc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ cd bl01t # if not already there
3838
# create the new IOC Instance folder
3939
mkdir services/bl01t-ea-test-02
4040
# link in the shared Chart.yaml file
41-
ln -s include/iocs/Chart.yaml services/bl01t-ea-test-02/Chart.yaml
41+
ln -sr include/iocs/Chart.yaml services/bl01t-ea-test-02/Chart.yaml
4242
```
4343

4444
### values.yaml

0 commit comments

Comments
 (0)