command/push: output fix

pull/2199/head
Mitchell Hashimoto 11 years ago
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…
Cancel
Save