Commit 2a6c4e0d authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

command/push: output fix

parent 6e9fb6a9
...@@ -236,7 +236,7 @@ func (c *PushCommand) Run(args []string) int { ...@@ -236,7 +236,7 @@ func (c *PushCommand) Run(args []string) int {
return 1 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 return 0
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment