Fix for Alexis
This commit is contained in:
parent
6429d67473
commit
558ad5a54a
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ func NewListCmd(args []string) (*ListCmd, error) {
|
||||||
if len(ccmd.args) == 0 {
|
if len(ccmd.args) == 0 {
|
||||||
proj := os.Getenv("JIRA_PROJECT")
|
proj := os.Getenv("JIRA_PROJECT")
|
||||||
if proj != "" {
|
if proj != "" {
|
||||||
proj = fmt.Sprintf(" and project = %s ", proj)
|
proj = fmt.Sprintf(" and project = '%s'", proj)
|
||||||
}
|
}
|
||||||
ccmd.args = []string{fmt.Sprintf("sprint in openSprints() %s order by rank", proj)}
|
ccmd.args = []string{fmt.Sprintf("sprint in openSprints() %s order by rank", proj)}
|
||||||
if *verbose {
|
if *verbose {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue