From fc695b623d43bf7ef14f8e78c7b9c23f4b41bac8 Mon Sep 17 00:00:00 2001 From: Joshua T Date: Wed, 5 Aug 2015 12:04:04 -0500 Subject: [PATCH] Fixed typo in New-JiraIssue (doh!) This is why I should always run Pester locally before pushing. --- Functions/New-JiraIssue.ps1 | 1 - 1 file changed, 1 deletion(-) diff --git a/Functions/New-JiraIssue.ps1 b/Functions/New-JiraIssue.ps1 index 16490718..d68f6027 100644 --- a/Functions/New-JiraIssue.ps1 +++ b/Functions/New-JiraIssue.ps1 @@ -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." }