Merge branch 'main' into dev

This commit is contained in:
Svilen Markov
2025-04-22 23:17:24 +01:00
8 changed files with 22 additions and 10 deletions
+1 -1
View File
@@ -136,7 +136,7 @@ func cliMountpointInfo(requestedPath string) int {
fmt.Println("Path:", usage.Path)
fmt.Println("FS type:", ternary(usage.Fstype == "", "unknown", usage.Fstype))
fmt.Printf("Used percent: %.1f%%", usage.UsedPercent)
fmt.Printf("Used percent: %.1f%%\n", usage.UsedPercent)
return 0
}