Skip to content

Commit

Permalink
UI text change
Browse files Browse the repository at this point in the history
  • Loading branch information
antonyagustine committed Jan 11, 2024
1 parent e941cb9 commit d906b23
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/contentstack-import/src/import/module-importer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d906b23

Please sign in to comment.