Skip to content

Commit

Permalink
Log correction
Browse files Browse the repository at this point in the history
  • Loading branch information
antonyagustine committed Jan 8, 2024
1 parent 61176df commit 5223355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/contentstack-import/src/import/module-importer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ class ModuleImporter {

log(this.importConfig, 'Starting audit process', 'info');
const result = await AuditFix.run(args);
log(this.importConfig, 'Starting audit process completed', 'info');
log(this.importConfig, 'Audit process completed', 'info');

if (result) {
const { hasFix } = result;
Expand Down

0 comments on commit 5223355

Please sign in to comment.