We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dba0fd commit fbdd621Copy full SHA for fbdd621
internal/config/config_usage.go
@@ -55,7 +55,7 @@ func (c *Config) Usage() Usage {
55
info.Free = m.Free
56
info.Total = info.Used + m.Free
57
58
- if quotaTotal > 0 && (info.Total <= 0 || quotaTotal < info.Total) {
+ if quotaTotal > 0 && quotaTotal < info.Total {
59
info.Total = quotaTotal
60
}
61
0 commit comments