Skip to content

Commit 938be05

Browse files
committed
fixup! fixup! fixup! fixup! chore(docs): fix inconsistencies in external provisioner docs
1 parent 633899b commit 938be05

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/admin/provisioners.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -358,11 +358,11 @@ coder provisioner start
358358

359359
```sh
360360
docker run --rm -it \
361-
-e CODER_URL=https://coder.example.com/ \
362-
-e CODER_SESSION_TOKEN=your_token \
363-
--entrypoint /opt/coder \
364-
ghcr.io/coder/coder:latest \
365-
provisioner start
361+
-e CODER_URL=https://coder.example.com/ \
362+
-e CODER_SESSION_TOKEN=your_token \
363+
--entrypoint /opt/coder \
364+
ghcr.io/coder/coder:latest \
365+
provisioner start
366366
```
367367

368368
## Disable built-in provisioners

0 commit comments

Comments
 (0)