Skip to content

Commit ad1e1ed

Browse files
committed
fix second example in readme
1 parent 93ec966 commit ad1e1ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Sync-WindowsImage -Image '.\myImage.vhdx' -SystemWsusServer
2828
```ps1
2929
$updates = Find-WsusUpdate -ProductTitle 'WsusProduct' -UpdateServer (Get-WsusServer -Name 'mywsus' -PortNumber 8530)
3030
31-
Get-WsusUpdateSelfContainedFile -Path '.\download-path'
31+
Get-WsusUpdateSelfContainedFile -WsusUpdate $updates -Path '.\download-path'
3232
```
3333

3434
![](https://github.com/mhunsber/wimau/blob/main/images/wimau-ex-find-wsusupdate-1.gif)

0 commit comments

Comments
 (0)