We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8f50b2 commit 50e1da0Copy full SHA for 50e1da0
internal/glance/cli.go
@@ -133,7 +133,7 @@ func cliMountpointInfo(requestedPath string) int {
133
134
fmt.Println("Path:", usage.Path)
135
fmt.Println("FS type:", ternary(usage.Fstype == "", "unknown", usage.Fstype))
136
- fmt.Printf("Used percent: %.1f%%", usage.UsedPercent)
+ fmt.Printf("Used percent: %.1f%%\n", usage.UsedPercent)
137
138
return 0
139
}
0 commit comments