command/push: output fix
This commit is contained in:
parent
6e9fb6a9d1
commit
2a6c4e0d2c
|
@ -236,7 +236,7 @@ func (c *PushCommand) Run(args []string) int {
|
|||
return 1
|
||||
}
|
||||
|
||||
c.Ui.Say(fmt.Sprintf("Push successful to '%s'", push.Name))
|
||||
c.Ui.Say(fmt.Sprintf("Push successful to '%s'", name))
|
||||
return 0
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue