Merge pull request #773 from Ma27/fix-hydra-send-stats

Fix syntax error in `hydra-send-stats`
This commit is contained in:
Eelco Dolstra
2020-06-02 16:25:25 +02:00
committed by GitHub

View File

@ -63,7 +63,7 @@ while (1) {
eval {
sendQueueRunnerStats();
1;
} or do { warn "$@"; }
} or do { warn "$@"; };
my $meminfo = read_file("/proc/meminfo", err_mode => 'quiet') // "";
$meminfo =~ m/Dirty:\s*(\d+) kB/;