mirror of https://github.com/bobwen-dev/hunter
fix free space display (show "avail", instead of "free")
This commit is contained in:
parent
7f708df9bd
commit
5dd4666800
|
@ -79,6 +79,6 @@ impl FsExt for Filesystem {
|
|||
}
|
||||
|
||||
fn get_free(&self) -> String {
|
||||
self.free.to_string(false)
|
||||
self.avail.to_string(false)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue