command/push: change wording on error message

This commit is contained in:
Mitchell Hashimoto 2015-03-24 17:39:37 -07:00
parent 395dd04861
commit 0229852e48
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ func (c *PushCommand) Run(args []string) int {
vars, err := c.client.Get(name)
if err != nil {
c.Ui.Error(fmt.Sprintf(
"Error looking up prior pushed configuration: %s", err))
"Error looking up previously pushed configuration: %s", err))
return 1
}
for k, v := range vars {