diff --git a/packages/app/src/cli/services/init/init.ts b/packages/app/src/cli/services/init/init.ts index 2a7c71c49ab..895bc384ee9 100644 --- a/packages/app/src/cli/services/init/init.ts +++ b/packages/app/src/cli/services/init/init.ts @@ -199,8 +199,7 @@ async function init(options: InitOptions) { let app: OrganizationApp if (options.selectedAppOrNameResult.result === 'new') { // Load the local app to get the creation options. - // NOTE: We need the specs just to load the scopes, if we ever remove the local scopes, we need to find a way to - // do this without them. + // NOTE: need the specs to load the scopes, if we ever remove the local specs, we need to find a way to do this without them. const specifications = await loadLocalExtensionsSpecifications() const localApp = await loadApp({specifications, directory: outputDirectory, userProvidedConfigName: undefined}) const org = options.selectedAppOrNameResult.org