forked from mirror/cobra
fix calling to createLicenseFile
This commit is contained in:
parent
91dbcb7ffe
commit
44c2d482f6
|
@ -60,7 +60,7 @@ func (p *Project) Create() error {
|
|||
}
|
||||
|
||||
// create license
|
||||
return createLicenseFile(p.Legal, p.AbsolutePath)
|
||||
return p. createLicenseFile()
|
||||
}
|
||||
|
||||
func (p *Project) createLicenseFile() error {
|
||||
|
|
Loading…
Reference in New Issue