From 69d984f2f3cd00f95d6acddadc577aba4952f505 Mon Sep 17 00:00:00 2001 From: alessio Date: Thu, 18 Aug 2016 17:32:44 +0200 Subject: [PATCH] vars capitalization --- realize/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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{ {