From 17f8fbe65e5b1c925d82d658b9475a3911da2b9d Mon Sep 17 00:00:00 2001 From: Brian Cain Date: Wed, 13 Nov 2019 16:54:28 -0800 Subject: [PATCH] Fix how double underscore options are shown in docs --- website/source/docs/disks/configuration.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/disks/configuration.html.md b/website/source/docs/disks/configuration.html.md index 8afc347fb..9e150614e 100644 --- a/website/source/docs/disks/configuration.html.md +++ b/website/source/docs/disks/configuration.html.md @@ -20,7 +20,7 @@ Vagrant Disks has several options that allow users to define and attach disks to Generally, the disk option accepts two kinds of ways to define a provider config: - + `providername__diskoption = value` + + `providername__diskoption: value` - The provider name followed by a double underscore, and then the provider specific option for that disk + `{providername: {diskoption: value}, otherprovidername: {diskoption: value}` - A hash where the top level key(s) are one or more providers, and each provider keys values are a hash of options and their values.