Merge pull request #7380 from jugatsu/patch-1

Fix typo in vagrant builder description
pull/7386/head
Adrien Delorme 7 years ago committed by GitHub
commit a7078a1f9b
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