Skip to content

Commit

Permalink
Fix network image loader
Browse files Browse the repository at this point in the history
  • Loading branch information
sclevine committed Mar 15, 2018
1 parent bba2e0c commit e2d6df2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ func (p *Plugin) Run(cliConnection cfplugin.CliConnection, args []string) {

forwarder := forge.NewForwarder(engine)
forwarder.Logs = color.Output
stager.Loader = p.UI
forwarder.Loader = p.UI

remoteApp := &remote.App{
CLI: cliConnection,
Expand Down

0 comments on commit e2d6df2

Please sign in to comment.