Skip to content

Commit

Permalink
Fixed typo in New-JiraIssue (doh!)
Browse files Browse the repository at this point in the history
This is why I should always run Pester locally before pushing.
  • Loading branch information
replicaJunction committed Aug 5, 2015
1 parent 4fa6b57 commit fc695b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Functions/New-JiraIssue.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@
$getResult = Get-JiraIssue -Key $result.Key -Credential $Credential
Write-Debug "[New-JiraIssue] Writing output from New-JiraIssue"
Write-Output $getResult
}
} else {
Write-Debug "[New-JiraIssue] Jira returned no results to output."
}
Expand Down

0 comments on commit fc695b6

Please sign in to comment.