windows: Two simple errors using Add-Warning (#25955)

This commit is contained in:
Dag Wieers 2017-06-27 00:40:16 +01:00 committed by Jordan Borean
commit 74efda65cd
2 changed files with 2 additions and 2 deletions

View file

@ -421,7 +421,7 @@ If ($state -eq "present") {
}
If ($insertbefore -and $insertafter) {
Add-Warning('Both insertbefore and insertafter parameters found, ignoring "insertafter=$insertafter"');
Add-Warning $result "Both insertbefore and insertafter parameters found, ignoring `"insertafter=$insertafter`""
}
If (-not $insertbefore -and -not $insertafter) {