diff --git a/packages/contentstack-import/src/import/module-importer.ts b/packages/contentstack-import/src/import/module-importer.ts index c1a567570b..18744bd406 100755 --- a/packages/contentstack-import/src/import/module-importer.ts +++ b/packages/contentstack-import/src/import/module-importer.ts @@ -147,8 +147,7 @@ class ModuleImporter { (await cliux.inquire({ type: 'confirm', name: 'confirmation', - message: - 'Please review and confirm if we can proceed with implementing the fix mentioned in the provided path?', + message: 'Please review and confirm if we can proceed with implementing the fix mentioned in the provided path.?', })) ) { return true;