Skip to content

Commit

Permalink
(maint) Fix grammatical issue in pending reboot warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
sorousherafat committed May 20, 2023
1 parent 370e366 commit d148228
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ private void check_system_pending_reboot(ChocolateyConfiguration config, ICollec
validationResults.Add(new ValidationResult
{
Message = @"A pending system reboot request has been detected, however, this is
being ignored due to the current command being used '{0}'.
being ignored due to the current command used being '{0}'.
It is recommended that you reboot at your earliest convenience.
".format_with(config.CommandName),
Status = ValidationStatus.Warning,
Expand Down

0 comments on commit d148228

Please sign in to comment.