Skip to content

Commit eb65e79

Browse files
committed
adds missing 'global' command to output order #151
1 parent 3e1816f commit eb65e79

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cr_module/classes/plugin.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,7 @@ def return_output_data(self):
289289
printed_entries = list()
290290

291291
output_order = [
292+
'global',
292293
'System Info',
293294
'BMC Info',
294295
'Procs',

0 commit comments

Comments
 (0)