mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-04-08 20:04:14 +00:00
build/deploy: Fix image size notice at end of build
Change-type: patch
This commit is contained in:
parent
2b22fb89f1
commit
4c8dc29946
@ -658,7 +658,7 @@ export class BuildProgressInline {
|
||||
|
||||
if (summary != null) {
|
||||
this._services.forEach((service) => {
|
||||
this._renderEvent(service, summary[service]);
|
||||
this._renderEvent(service, { status: summary[service] });
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user