Fix typo in vagrant builder description

Fix typo in `add_insecure` option.
pull/7380/head
Anton Kvashenkin 7 years ago committed by GitHub
parent 5aeab4ec06
commit 5e3078b9e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save