fix closing duplicate issue on dup command

This commit is contained in:
Cory Bennett
2017-08-13 21:10:23 -07:00
parent 36632a52f0
commit fc696c3323
9 changed files with 45 additions and 793 deletions
+1 -2
View File
@@ -101,8 +101,7 @@ func (jc *JiraCli) CmdSubtask(opts *SubtaskOptions) 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