Skip to content

Commit aa5b61c

Browse files
committed
Fix the backticks
1 parent d43de0e commit aa5b61c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/source/docs/drivers/rkt.html.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ The `rkt` driver supports the following configuration in the job spec:
8888

8989
* `debug` - (Optional) Enable rkt command debug option.
9090

91-
* `no_overlay` - (Optional) When enabled, will use --no-overlay=true flag for 'rkt run'.
91+
* `no_overlay` - (Optional) When enabled, will use `--no-overlay=true` flag for 'rkt run'.
9292
Useful when running jobs on older systems affected by https://github.com/rkt/rkt/issues/1922
9393

9494
* `volumes` - (Optional) A list of `host_path:container_path` strings to bind

0 commit comments

Comments
 (0)