mirror of
https://gitea.com/gitea/tea.git
synced 2025-12-16 03:12:06 +01:00
fix -o flag (#53)
This commit is contained in:
@@ -93,7 +93,7 @@ func runIssuesList(ctx *cli.Context) error {
|
||||
var values [][]string
|
||||
|
||||
if len(issues) == 0 {
|
||||
Output(output, headers, values)
|
||||
Output(outputValue, headers, values)
|
||||
return nil
|
||||
}
|
||||
|
||||
@@ -112,7 +112,7 @@ func runIssuesList(ctx *cli.Context) error {
|
||||
},
|
||||
)
|
||||
}
|
||||
Output(output, headers, values)
|
||||
Output(outputValue, headers, values)
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user