mirror of
https://github.com/Threnklyn/jira.git
synced 2026-06-07 05:23:33 +02:00
fix OK output
This commit is contained in:
@@ -90,7 +90,6 @@ func CmdDup(o *oreo.Client, opts *DupOptions) error {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
fmt.Printf("OK %s %s/browse/%s\n", opts.OutwardIssue.Key, opts.Endpoint.Value, opts.OutwardIssue.Key)
|
|
||||||
fmt.Printf("OK %s %s/browse/%s\n", opts.InwardIssue.Key, opts.Endpoint.Value, opts.InwardIssue.Key)
|
fmt.Printf("OK %s %s/browse/%s\n", opts.InwardIssue.Key, opts.Endpoint.Value, opts.InwardIssue.Key)
|
||||||
|
|
||||||
if opts.Browse.Value {
|
if opts.Browse.Value {
|
||||||
|
|||||||
Reference in New Issue
Block a user