Skip to content

Commit

Permalink
Remove WhatIf/Confirm parms
Browse files Browse the repository at this point in the history
  • Loading branch information
X-Guardian committed Aug 1, 2020
1 parent 064c7a6 commit 4dd1371
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions GitHubBranches.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -285,8 +285,6 @@ filter New-GitHubRepositoryBranch
OwnerName = $OwnerName
RepositoryName = $RepositoryName
BranchName = $BranchName
Whatif = $false
Confirm = $false
}
if ($PSBoundParameters.ContainsKey('AccessToken'))
{
Expand Down

0 comments on commit 4dd1371

Please sign in to comment.