summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/stats.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stats.rs b/src/stats.rs
index 10c83b0..c601a65 100644
--- a/src/stats.rs
+++ b/src/stats.rs
@@ -79,6 +79,6 @@ impl FsExt for Filesystem {
}
fn get_free(&self) -> String {
- self.free.to_string(false)
+ self.avail.to_string(false)
}
}