From dbd7aa6b95781501d69434f5f523d45d9eab04f6 Mon Sep 17 00:00:00 2001 From: Megan Marsh Date: Wed, 7 Jun 2017 13:30:39 -0700 Subject: [PATCH] capitalize all the things --- command/push.go | 4 ++-- post-processor/atlas/post-processor.go | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/command/push.go b/command/push.go index bf67372cc..7a54a87dc 100644 --- a/command/push.go +++ b/command/push.go @@ -184,8 +184,8 @@ func (c *PushCommand) Run(args []string) int { "its own product, Vagrant Cloud. This migration is currently planned for June 27th, \n" + "2017 at 6PM EDT/3PM PDT/10PM UTC. For more information see \n" + "https://www.vagrantup.com/docs/vagrant-cloud/vagrant-cloud-migration.html\n" + - "In the meantime, you should activate your vagrant cloud account and start replacing your \n" + - "Atlas post-processor with the vagrant cloud post-processor. See\n" + + "In the meantime, you should activate your Vagrant Cloud account and replace your \n" + + "Atlas post-processor with the Vagrant Cloud post-processor. See\n" + "https://www.packer.io/docs/post-processors/vagrant-cloud.html for more details." + "-----------------------------------------------------------------------------------\n") } diff --git a/post-processor/atlas/post-processor.go b/post-processor/atlas/post-processor.go index 98adc4f9b..9dad49b25 100644 --- a/post-processor/atlas/post-processor.go +++ b/post-processor/atlas/post-processor.go @@ -149,8 +149,8 @@ func (p *PostProcessor) PostProcess(ui packer.Ui, artifact packer.Artifact) (pac "its own product, Vagrant Cloud. This migration is currently planned for June 27th, \n" + "2017 at 6PM EDT/3PM PDT/10PM UTC. For more information see \n" + "https://www.vagrantup.com/docs/vagrant-cloud/vagrant-cloud-migration.html\n" + - "In the meantime, you should activate your vagrant cloud account and start replacing your \n" + - "Atlas post-processor with the vagrant cloud post-processor. See\n" + + "In the meantime, you should activate your Vagrant Cloud account and replace your \n" + + "Atlas post-processor with the Vagrant Cloud post-processor. See\n" + "https://www.packer.io/docs/post-processors/vagrant-cloud.html for more details." + "-----------------------------------------------------------------------------------\n") }