vars capitalization

This commit is contained in:
alessio 2016-08-18 17:32:44 +02:00
parent 5dcadef341
commit 69d984f2f3

View File

@ -19,7 +19,7 @@ type Config struct {
// New method puts the cli params in the struct
func New(params *cli.Context) *Config {
return &Config{
file: appFile,
file: AppFile,
Version: "1.0",
Projects: []Project{
{