diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29bb2d..1e25e6708ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1 @@ +- Fixes issue where providing the `--project` flag during `init` would not be recognized with a default project already set. (#3870) diff --git a/src/init/features/project.ts b/src/init/features/project.ts index 7587575462c..e52d848c83d 100644 --- a/src/init/features/project.ts +++ b/src/init/features/project.ts @@ -115,7 +115,7 @@ export async function doSetup(setup: any, config: any, options: any): Promise