Skip to content

Commit

Permalink
[UPDATE] migrate print to ui.Say
Browse files Browse the repository at this point in the history
  • Loading branch information
HappyTobi committed Jun 13, 2019
1 parent d787ce5 commit c951e1c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions puppeteer.go
Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +188,9 @@ func (plugin CfPuppeteerPlugin) Run(cliConnection plugin.CliConnection, args []s
RewindFailureMessage: "Oh no. Something's gone wrong. I've tried to roll back but you should check to see if everything is OK.",
}).Execute())

fmt.Println()
fmt.Println("A new version of your application has successfully been pushed!")
fmt.Println()
ui.Say("")
ui.Say("A new version of your application has successfully been pushed!")
ui.Say("")

_ = appRepo.ListApplications()
}
Expand Down

0 comments on commit c951e1c

Please sign in to comment.