Skip to content

Commit 1e59109

Browse files
committed
Adds bridgeos update count to summary.
1 parent 41bbc28 commit 1e59109

2 files changed

Lines changed: 1 addition & 0 deletions

File tree

dist/jez.phar

0 Bytes
Binary file not shown.

src/Command/Download/SoftwareUpdateCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,7 @@ protected function executeSummary(InputInterface $input, OutputInterface $output
410410
{
411411
$this->io()->info('Total Updates', 60)->msgln($summary['count']);
412412
$this->io()->info('Recommended Updates', 60)->msgln($summary['recommended']);
413+
$this->io()->info('BridgeOS Updates', 60)->msgln($summary['bridgeos']);
413414
$this->io()->info('Updates Requiring Restart', 60)->msgln($summary['restart']);
414415
$this->io()->info('Updates Requiring Shutdown', 60)->msgln($summary['shutdown']);
415416
$this->io()->blankln();

0 commit comments

Comments
 (0)