Skip to content

Commit

Permalink
Add default value for -Credential
Browse files Browse the repository at this point in the history
  • Loading branch information
hmmwhatsthisdo committed May 31, 2018
1 parent 3bce99e commit 639c608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JiraPS/Public/Remove-JiraIssue.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function Remove-JiraIssue {

[System.Management.Automation.CredentialAttribute()]
[System.Management.Automation.PSCredential]
$Credential,
$Credential = [System.Management.Automation.PSCredential]::Empty,

[Switch]
$Force
Expand Down

0 comments on commit 639c608

Please sign in to comment.