Skip to content

Commit

Permalink
Merge pull request #8 from LDaneliukas/bugfix/output
Browse files Browse the repository at this point in the history
Fix output: add new line and remove PR URL from slice
  • Loading branch information
ldaneliukas authored Mar 20, 2023
2 parents 1863522 + 0f37a0c commit 1da532e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ func cli() error {
}
}

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

return nil
}
Expand Down

0 comments on commit 1da532e

Please sign in to comment.