From 17f3fac39bc60601d9c704b793517aa6fa919f53 Mon Sep 17 00:00:00 2001 From: Purple90 Date: Wed, 12 Oct 2016 09:09:43 -0500 Subject: [PATCH] Update vagrant.html.md Grammar fix. Anyways -> anyway --- website/source/intro/getting-started/vagrant.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/intro/getting-started/vagrant.html.md b/website/source/intro/getting-started/vagrant.html.md index 4f1d8113a..6e9ec5982 100644 --- a/website/source/intro/getting-started/vagrant.html.md +++ b/website/source/intro/getting-started/vagrant.html.md @@ -55,7 +55,7 @@ Validate the configuration using `packer validate`. ## Using the Post-Processor Just run a normal `packer build` and it will now use the post-processor. Since -Packer can't currently make a Vagrant box for DigitalOcean anyways, I recommend +Packer can't currently make a Vagrant box for DigitalOcean anyway, I recommend passing the `-only=amazon-ebs` flag to `packer build` so it only builds the AMI. The command should look like the following: