Fix again...

This commit is contained in:
2024-09-12 00:23:50 +02:00
parent 0505fa0a1a
commit 913fbdb690
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ func CmdNew(c *cli.Context) error {
projectFolder := filepath.Join(projectRoot, name)
if customProjectPath == "" {
if customProjectPath != "" {
projectFolder = customProjectPath
}