Skip to content
Snippets Groups Projects
Commit 452535a3 authored by Tibo's avatar Tibo
Browse files

Fix

parent 971c80f3
No related branches found
No related tags found
No related merge requests found
Pipeline #2073 failed
......@@ -59,7 +59,7 @@ class DiskEvolution extends \App\AbstractSensor {
public function report() {
return $this->printResults(
$this->computeEvolution($this->get2Partitions(24)), 24);
$this->computeEvolution($this->get2Partitions(24), 24));
}
public function status() {
......
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