command/push: output fix

This commit is contained in:
Mitchell Hashimoto 2015-06-09 21:09:56 -07:00
parent 6e9fb6a9d1
commit 2a6c4e0d2c
1 changed files with 1 additions and 1 deletions

View File

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