Skip to content

Commit

Permalink
Add [Parameter] to save-psresource
Browse files Browse the repository at this point in the history
  • Loading branch information
alerickson committed Oct 31, 2024
1 parent de278b4 commit 8fa482b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/code/SavePSResource.cs
Original file line number Diff line number Diff line change
Expand Up @@ -161,14 +161,14 @@ public string TemporaryPath

/// <summary>
/// Check validation for signed and catalog files

/// </summary>
[Parameter]
public SwitchParameter AuthenticodeCheck { get; set; }

/// <summary>
/// Suppresses progress information.
/// </summary>
[Parameter]
public SwitchParameter Quiet { get; set; }

/// <summary>
Expand Down

0 comments on commit 8fa482b

Please sign in to comment.