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
commit 0b300e80ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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/;