support for image pull logs

This commit is contained in:
Brad Rydzewski
2019-10-24 23:36:35 -07:00
parent 4119ac2a6d
commit 1f9a599640
7 changed files with 106 additions and 9 deletions

View File

@@ -228,7 +228,7 @@ func (c *execCommand) run(*kingpin.ParseContext) error {
),
)
engine, err := engine.NewEnv()
engine, err := engine.NewEnv(engine.Opts{})
if err != nil {
return err
}