mac-cleanup / mac-cleanup-sh

🗑️ Cleanup script for macOS (DEPRECATED)
https://wartner.io
MIT License
2.63k stars 244 forks source link

Human bytes not displaying size correctly #77

Closed roylaveto closed 3 years ago

roylaveto commented 3 years ago

Seems to be fixed when changing bytesToHuman() s variable from 0 to 1.

Tested with 2gb data. Displayed that 2MiB was cleaned, while it should be 2GiB.

fwartner commented 3 years ago

As always.. Feel free to open a PR :)

roylaveto commented 3 years ago

See: https://github.com/fwartner/mac-cleanup/pull/78

:)

fwartner commented 3 years ago

Merged. :)