Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport of docs: fix QEMU driver HCL plugin options example formatting. into release/1.5.x #17946

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
backport of commit a9eecb4
  • Loading branch information
jrasell committed Jul 13, 2023
commit 8cd53553f4ca9ac01e0f7d9086e2605ae4cbaa28
2 changes: 1 addition & 1 deletion website/content/docs/drivers/qemu.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ job "docs" {
```hcl
plugin "qemu" {
config {
image_paths = ["/mnt/image/paths"]
image_paths = ["/mnt/image/paths"]
args_allowlist = ["-drive", "-usbdevice"]
}
}
Expand Down