vars capitalization
This commit is contained in:
parent
5dcadef341
commit
69d984f2f3
@ -19,7 +19,7 @@ type Config struct {
|
|||||||
// New method puts the cli params in the struct
|
// New method puts the cli params in the struct
|
||||||
func New(params *cli.Context) *Config {
|
func New(params *cli.Context) *Config {
|
||||||
return &Config{
|
return &Config{
|
||||||
file: appFile,
|
file: AppFile,
|
||||||
Version: "1.0",
|
Version: "1.0",
|
||||||
Projects: []Project{
|
Projects: []Project{
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user