Skip to content

Commit

Permalink
refactor: entries migration msg
Browse files Browse the repository at this point in the history
  • Loading branch information
aman19K committed Jan 19, 2024
1 parent 859f315 commit 3bfa0e4
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,7 @@ export function generateMergeScripts(mergeSummary, mergeJobUID) {
processContentType(contentType, mergeStrategies[mergeStrategy]);
}
});
cliux.print(`Info: ${messageType} content types' entries selected for merge`, { color: 'blue' });
} else {
cliux.print(`Info: No ${messageType} content types' entries selected for merge`, { color: 'blue' });
cliux.print(`Info: Entries of ${messageType} content types selected for the migration`, { color: 'blue' });
}
};

Expand Down

0 comments on commit 3bfa0e4

Please sign in to comment.