Skip to content

Commit

Permalink
replace running by Running
Browse files Browse the repository at this point in the history
  • Loading branch information
s-duret authored Aug 27, 2024
1 parent fe90a52 commit eb1daa4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ sub new {
'ps-display' => { name => 'ps_display' },
'filter-vm:s' => { name => 'filter_vm' },
'filter-note:s' => { name => 'filter_note' },
'filter-status:s' => { name => 'filter_status', default => 'running' }
'filter-status:s' => { name => 'filter_status', default => 'Running' }
});

return $self;
Expand Down

0 comments on commit eb1daa4

Please sign in to comment.