duplicate code spotted (#221)

* fix: duplicate code
This commit is contained in:
Byron 2019-09-03 11:21:13 +03:00 committed by Lea Anthony
commit 99a3f87cef

View file

@ -112,9 +112,9 @@ func (ph *ProjectHelper) NewProjectOptions() *ProjectOptions {
Description: "Enter your project description",
Version: "0.1.0",
BinaryName: "",
system: NewSystemHelper(),
log: NewLogger(),
templates: NewTemplateHelper(),
system: ph.system,
log: ph.log,
templates: ph.templates,
Author: &author{},
}