Skip to content

Commit 1da532e

Browse files
authored
Merge pull request #8 from LDaneliukas/bugfix/output
Fix output: add new line and remove PR URL from slice
2 parents 1863522 + 0f37a0c commit 1da532e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ func cli() error {
106106
}
107107
}
108108

109-
fmt.Printf("Pull request: %v\nJira issue: %vbrowse/%v", prURL, jiraClient.BaseURL, *jiraIssue)
109+
fmt.Printf("Pull request: %v\nJira issue: %vbrowse/%v\n", prURL[0], jiraClient.BaseURL, *jiraIssue)
110110

111111
return nil
112112
}

0 commit comments

Comments
 (0)