diff --git a/realize/config.go b/realize/config.go index 202fc20..269db52 100644 --- a/realize/config.go +++ b/realize/config.go @@ -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{ {