diff --git a/lib/Core/WatchOutput.pm b/lib/Core/WatchOutput.pm index 533dd167f3c7fe4419f2a3e13a4f3748392f830a..9272e22b9e5bad86c825ce82cfac4afc130a22b7 100644 --- a/lib/Core/WatchOutput.pm +++ b/lib/Core/WatchOutput.pm @@ -74,7 +74,7 @@ sub handler { if($cache) { $output = cache_command($command, $cache); } else { - my $output = run_command($command); + $output = run_command($command); } chomp $output; my $status = $? >> 8;