command/push: change wording on error message
This commit is contained in:
parent
395dd04861
commit
0229852e48
|
@ -120,7 +120,7 @@ func (c *PushCommand) Run(args []string) int {
|
||||||
vars, err := c.client.Get(name)
|
vars, err := c.client.Get(name)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
c.Ui.Error(fmt.Sprintf(
|
c.Ui.Error(fmt.Sprintf(
|
||||||
"Error looking up prior pushed configuration: %s", err))
|
"Error looking up previously pushed configuration: %s", err))
|
||||||
return 1
|
return 1
|
||||||
}
|
}
|
||||||
for k, v := range vars {
|
for k, v := range vars {
|
||||||
|
|
Loading…
Reference in New Issue