Skip to content

Commit d6abda9

Browse files
committed
docs: Fix typo
1 parent b5080a5 commit d6abda9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/tutorial/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ fluxqueue worker install
3535
fluxqueue worker install --path .fluxqueue/
3636
```
3737

38-
Then you can add a `worker_path` in your `pyproject.toml` to run the correct worker with `fluxqueue start` command:
38+
Then you can add a `fluxqueue_cli.worker_path` in your `pyproject.toml` to run the correct worker with `fluxqueue start` command:
3939
```toml
4040
[tool.fluxqueue_cli]
4141
worker_path = ".fluxqueue/fluxqueue_worker"

0 commit comments

Comments
 (0)