Merge pull request #411 from pmoust/patch-1

fixed typo on terraform destroy
This commit is contained in:
Seth Vargo 2014-10-15 09:15:27 -07:00
commit bfed1eda1a
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ func (c *ApplyCommand) Run(args []string) int {
v, err := c.UIInput().Input(&terraform.InputOpts{
Id: "destroy",
Query: "Do you really want to destroy?",
Description: "Terraform will delete all your manage infrastructure.\n" +
Description: "Terraform will delete all your managed infrastructure.\n" +
"There is no undo. Only 'yes' will be accepted to confirm.",
})
if err != nil {