diff --git a/os/linux/local/mode/uptime.pm b/os/linux/local/mode/uptime.pm index f1a75fd34..9adc36d08 100644 --- a/os/linux/local/mode/uptime.pm +++ b/os/linux/local/mode/uptime.pm @@ -62,7 +62,7 @@ sub new { "command-options:s" => { name => 'command_options', default => '/proc/uptime 2>&1' }, "warning:s" => { name => 'warning', default => '' }, "critical:s" => { name => 'critical', default => '' }, - "seconds" => { name => 'seconds', }, + "seconds" => { name => 'seconds', }, }); return $self; }