Skip to content
Snippets Groups Projects
Commit 3159b57a authored by Chris Nehren's avatar Chris Nehren
Browse files

Tiny cleanup

parent 7c7576b8
No related branches found
No related tags found
No related merge requests found
......@@ -64,8 +64,8 @@ sub handler {
my $command = $self->{command};
my $output = run_command($command);
my $status = $? >> 8;
chomp $output;
my $status = $? >> 8;
return {
"output" => [$self->{check_name}, "s"],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment