Fix typo in vagrant builder description
Fix typo in `add_insecure` option.
This commit is contained in:
parent
5aeab4ec06
commit
5e3078b9e9
|
@ -106,7 +106,7 @@ one, by using `global_id` instead of `source_box`.
|
|||
`vagrant add`; defaults to unset.
|
||||
|
||||
- `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.
|
||||
|
||||
- `skip_package` (bool) - if true, Packer will not call `vagrant package` to
|
||||
|
|
Loading…
Reference in New Issue