GoogleCloudPlatform / database-assessment

Database Migration Assessment
https://googlecloudplatform.github.io/database-assessment/
Apache License 2.0
56 stars 34 forks source link

fix: `postgres` db-machine-specs.sh - change disk used/total to long values #332

Closed liozme closed 6 months ago

liozme commented 6 months ago

It was of the form: 2.08914e+10 so i modified it to use printf(%.0f) which prints it in real number