8000 revert: projectName lowercase · NativeScript/nativescript-cli@8b473db · GitHub
[go: up one dir, main page]

Skip to content

Commit 8b473db

Browse files
committed
revert: projectName lowercase
1 parent b82811a commit 8b473db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/commands/create-project.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export class CreateProjectCommand implements ICommand {
9999
}
100100

101101
this.createdProjectData = await this.$projectService.createProject({
102-
projectName: projectName?.toLowerCase(),
102+
projectName,
103103
template: selectedTemplate,
104104
appId: this.$options.appid,
105105
pathToProject: this.$options.path,

0 commit comments

Comments
 (0)
0