Skip to content

Commit

Permalink
Update src/code/InstallPSResource.cs
Browse files Browse the repository at this point in the history
Co-authored-by: alerickson <[email protected]>
  • Loading branch information
anamnavi and alerickson authored Oct 3, 2023
1 parent 6676d1c commit 4e6049f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/code/InstallPSResource.cs
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ private void RequiredResourceHelper(Hashtable reqResourceHash)
ErrorCategory.InvalidArgument,
this);

WriteError(requiredReourceHashtableInputFormatError);
WriteError(requiredResourceHashtableInputFormatError);
return;
}

Expand Down

0 comments on commit 4e6049f

Please sign in to comment.