Skip to content

Commit b465acd

Browse files
authored
fix sqlite arguments example
I noticed that otherwise the argument is not actually being forwarded
1 parent 9ab28f2 commit b465acd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/toolhive/guides-cli/filesystem-access.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ If you want to place the database file in a different location inside the
214214
container, use the server's `--db` flag to specify the new path:
215215

216216
```bash
217-
thv run --volume ~/my-database.db:/data/my-database.db sqlite --db /data/my-database.db
217+
thv run --volume ~/my-database.db:/data/my-database.db sqlite -- --db /data/my-database.db
218218
```
219219

220220
## Related information

0 commit comments

Comments
 (0)