Skip to content

Commit

Permalink
Merge pull request #112 from atc0005/minor-tweaks-to-memory-remaining…
Browse files Browse the repository at this point in the history
…-statement

Minor tweaks to memory remaining statement
  • Loading branch information
atc0005 authored Feb 2, 2021
2 parents 95fe76c + 9d26b85 commit a10df45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/vsphere/resource-pools.go
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ func RPMemoryUsageOneLineCheckSummary(
default:
memoryRemaining := memoryUsageMax - aggregateMemoryUsage
return fmt.Sprintf(
"%s: %s memory used (%.1f%%); %s (%0.1f%%) more remaining from %s allowed"+
"%s: %s memory used (%.1f%%); %s (%0.1f%%) remaining of %s allowed"+
" (evaluated %d Resource Pools)",
stateLabel,
units.ByteSize(aggregateMemoryUsage),
Expand Down

0 comments on commit a10df45

Please sign in to comment.