Skip to content

Commit

Permalink
Fix param set for wait
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusStorhaug committed Sep 21, 2023
1 parent 7a4a280 commit 0a9a766
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/GitHub/public/DeviceFlow/Wait-GitHubToken.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,7 @@ function Wait-GitHubToken {
[string] $ClientID,

# The interval to wait between polling for the token.
[Parameter(
ParameterSetName = 'DeviceFlow'
)]
[Parameter()]
[int] $Interval = 5

)
Expand Down

0 comments on commit 0a9a766

Please sign in to comment.