Fix again...
This commit is contained in:
@ -29,7 +29,7 @@ func CmdNew(c *cli.Context) error {
|
||||
|
||||
projectFolder := filepath.Join(projectRoot, name)
|
||||
|
||||
if customProjectPath == "" {
|
||||
if customProjectPath != "" {
|
||||
projectFolder = customProjectPath
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user