Skip to content

Commit

Permalink
Fix copy paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnMcPMS committed Oct 31, 2024
1 parent 2a4ea2c commit dd43510
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ class WinGetPackage

[WinGetPackage] Get()
{
if ([String]::IsNullOrWhiteSpace($this.Name))
if ([String]::IsNullOrWhiteSpace($this.Id))
{
throw "A value must be provided for WinGetPackage::Id"
}
Expand Down

0 comments on commit dd43510

Please sign in to comment.