fix calling to createLicenseFile

This commit is contained in:
jharshman 2019-01-29 20:27:46 -08:00 committed by Steve Francia
parent 91dbcb7ffe
commit 44c2d482f6
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ func (p *Project) Create() error {
} }
// create license // create license
return createLicenseFile(p.Legal, p.AbsolutePath) return p. createLicenseFile()
} }
func (p *Project) createLicenseFile() error { func (p *Project) createLicenseFile() error {