mirror of
				https://gitea.com/gitea/tea.git
				synced 2025-10-31 09:15:26 +01:00 
			
		
		
		
	fix -o flag (#53)
This commit is contained in:
		| @@ -44,7 +44,7 @@ func runReleases(ctx *cli.Context) error { | ||||
| 	var values [][]string | ||||
|  | ||||
| 	if len(releases) == 0 { | ||||
| 		Output(output, headers, values) | ||||
| 		Output(outputValue, headers, values) | ||||
| 		return nil | ||||
| 	} | ||||
|  | ||||
| @@ -59,7 +59,7 @@ func runReleases(ctx *cli.Context) error { | ||||
| 			}, | ||||
| 		) | ||||
| 	} | ||||
| 	Output(output, headers, values) | ||||
| 	Output(outputValue, headers, values) | ||||
|  | ||||
| 	return nil | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Norwin
					Norwin