Skip to content

Commit bdb1376

Browse files
committed
Update DisplaySolveStatus signature
1 parent 408f839 commit bdb1376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/image-builder-bob/cmd/daemon.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ func prewarmCache(cl *client.Client, images []string) error {
8888
eg.Go(func() error {
8989
var c console.Console
9090
// not using shared context to not disrupt display but let is finish reporting errors
91-
_, err := progressui.DisplaySolveStatus(context.TODO(), "", c, os.Stderr, ch)
91+
_, err := progressui.DisplaySolveStatus(context.TODO(), c, os.Stderr, ch)
9292
return err
9393
})
9494
err = eg.Wait()

0 commit comments

Comments
 (0)