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

remove spurious `my`

parent 5adcad5c
No related branches found
No related tags found
No related merge requests found
...@@ -74,7 +74,7 @@ sub handler { ...@@ -74,7 +74,7 @@ sub handler {
if($cache) { if($cache) {
$output = cache_command($command, $cache); $output = cache_command($command, $cache);
} else { } else {
my $output = run_command($command); $output = run_command($command);
} }
chomp $output; chomp $output;
my $status = $? >> 8; my $status = $? >> 8;
......
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