capitalize all the things

pull/4950/head
Megan Marsh 9 years ago
parent 1c1db91715
commit dbd7aa6b95

@ -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")
}

@ -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")
}

Loading…
Cancel
Save