fixed config variable

Signed-off-by: Andreas Ulm <andreas.ulm@root360.de>
This commit is contained in:
Andreas Ulm 2019-05-09 10:59:17 +02:00
parent 17054a3bcf
commit 46e59ee72e

View File

@ -44,7 +44,7 @@ var OutputFlag = cli.StringFlag{
var ConfigFlag = cli.StringFlag{
Name: "config, c",
Usage: "Specify tea.yml path",
Destination: &outputValue,
Destination: &configValue,
}
// DefaultFlags defines flags that should be available