Skip to content

Commit 7f5d39f

Browse files
authored
docs: fix QEMU driver HCL plugin options example formatting. (#17930)
1 parent e53955b commit 7f5d39f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/content/docs/drivers/qemu.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ job "docs" {
149149
```hcl
150150
plugin "qemu" {
151151
config {
152-
image_paths = ["/mnt/image/paths"]
152+
image_paths = ["/mnt/image/paths"]
153153
args_allowlist = ["-drive", "-usbdevice"]
154154
}
155155
}

0 commit comments

Comments
 (0)