mirror of
https://github.com/Threnklyn/jira.git
synced 2026-06-06 21:20:48 +02:00
fix closing duplicate issue on dup command
This commit is contained in:
+1
-2
@@ -85,8 +85,7 @@ func (jc *JiraCli) CmdCreate(opts *CreateOptions) error {
|
||||
return err
|
||||
}
|
||||
|
||||
link := fmt.Sprintf("%s/browse/%s", jc.Endpoint, issueResp.Key)
|
||||
fmt.Printf("OK %s %s\n", issueResp.Key, link)
|
||||
fmt.Printf("OK %s %s/browse/%s\n", issueResp.Key, jc.Endpoint, issueResp.Key)
|
||||
|
||||
// FIXME implement browse
|
||||
return nil
|
||||
|
||||
Reference in New Issue
Block a user