Skip to content

Commit 79ef562

Browse files
Update service/service_flash.go
Co-authored-by: Cristian Maglie <c.maglie@bug.st>
1 parent 4ea3459 commit 79ef562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service/service_flash.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ func (s *flasherServerImpl) Flash(req *flasher.FlashRequest, stream flasher.Flas
103103
}
104104
defer tmpZipFile.Close()
105105

106-
extractCB(&flasher.TaskProgress{Name: "extract", Message: "Start"})
106+
extractCB(&flasher.TaskProgress{Name: "extract", Message: "Extracting image archive"})
107107
if err := extract.Archive(ctx, tmpZipFile, tmpZip.Parent().String(), func(s string) string {
108108
extractCB(&flasher.TaskProgress{Name: "extract", Message: s})
109109
return s

0 commit comments

Comments
 (0)