You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix pluralization of 'package-collection refresh' text (#3542)
An exceedingly minor grammar fix: conditionally pluralize the `package-collection refresh` response based on the number of collections that were refreshed.
### Motivation:
Use correct grammar in user-facing messages.
### Modifications:
Changed the output of `package-collection refresh` to say "Refreshed _n_ configured package collection[s]." instead of always pluralizing "collections".
### Result:
If only one collection is refreshed, the output of this command will now say "collection" instead of "collections".
0 commit comments