Skip to content

Commit

Permalink
fix: when using create project, the project name is undefined (#6797)
Browse files Browse the repository at this point in the history
  • Loading branch information
10ko authored Jan 23, 2025
1 parent bcd9700 commit 39a6345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/commands/create/create-project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ export class CreateProjectCommand extends Command<CreateProjectArgs, CreateProje
default: name,
})

name = answer.name
name = answer

log.info("")
}
Expand Down

0 comments on commit 39a6345

Please sign in to comment.