Skip to content

Commit

Permalink
Reworded warning message
Browse files Browse the repository at this point in the history
This PR rewords warning message in accordance to review comments.
  • Loading branch information
stuartp44 committed Dec 15, 2023
1 parent cfc7a3a commit db8b1d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update/windows-update.ps1
Expand Up @@ -202,7 +202,7 @@ for ($i = 0; $i -lt $searchResult.Updates.Count; ++$i) {
}

if (($updatesToInstall | Select-Object -ExpandProperty Title) -contains $updateTitle) {
Write-Output "Warning, The update '$updateTitle' has already been found, cannot add the same update again! Skipping."
Write-Output "Warning, Skipping queueing the duplicated titled update '$updateTitle'."
continue
}

Expand Down

0 comments on commit db8b1d3

Please sign in to comment.