mirror of
https://github.com/Threnklyn/jira.git
synced 2026-05-18 20:23:28 +02:00
fix bogus logic error
This commit is contained in:
@@ -29,7 +29,7 @@ func CmdTransitionRegistry(fig *figtree.FigTree, o *oreo.Client, transition stri
|
||||
}
|
||||
|
||||
help := "Transition issue to given state"
|
||||
if transition == "" {
|
||||
if transition != "" {
|
||||
help = fmt.Sprintf("Transition issue to %s state", transition)
|
||||
opts.SkipEditing = figtree.NewBoolOption(true)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user