Merge pull request #7380 from jugatsu/patch-1
Fix typo in vagrant builder description
This commit is contained in:
commit
a7078a1f9b
|
@ -106,7 +106,7 @@ one, by using `global_id` instead of `source_box`.
|
||||||
`vagrant add`; defaults to unset.
|
`vagrant add`; defaults to unset.
|
||||||
|
|
||||||
- `add_insecure` (bool) - Equivalent to setting the
|
- `add_insecure` (bool) - Equivalent to setting the
|
||||||
[`--force`](https://www.vagrantup.com/docs/cli/box.html#insecure) flag in
|
[`--insecure`](https://www.vagrantup.com/docs/cli/box.html#insecure) flag in
|
||||||
`vagrant add`; defaults to unset.
|
`vagrant add`; defaults to unset.
|
||||||
|
|
||||||
- `skip_package` (bool) - if true, Packer will not call `vagrant package` to
|
- `skip_package` (bool) - if true, Packer will not call `vagrant package` to
|
||||||
|
|
Loading…
Reference in New Issue