Skip to content

Commit

Permalink
fix issue
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusStorhaug committed Oct 26, 2023
1 parent 30cf03d commit acd6b2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/GitHub/public/Releases/Releases/Get-GitHubRelease.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
#>
[CmdletBinding(DefaultParameterSetName = 'All')]
[Diagnostics.CodeAnalysis.SuppressMessageAttribute('PSReviewUnusedParameter', 'Latest', Justification = 'Required for parameter set')]
param (
# The account owner of the repository. The name is not case sensitive.
[Parameter()]
Expand Down

0 comments on commit acd6b2f

Please sign in to comment.