Skip to content

Commit 1de27f2

Browse files
IcyTower1337dreulavelle
authored andcommitted
Update extras.md - Fixed path for src/main.py
Updated extras.md to use relative path `./src/main.py` instead of absolute path `src/main.py` which would cause `[Errno 2] No such file or directory` when executing through `docker exec -it riven sh` bash shell
1 parent 82f4319 commit 1de27f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/services/extras.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ To trigger a symlink repair, you can use one of the following methods:
8787
=== "Local"
8888

8989
```bash
90-
poetry run python /src/main.py --fix_symlinks
90+
poetry run python ./src/main.py --fix_symlinks
9191
```
9292

9393
=== "Env Variable"

0 commit comments

Comments
 (0)