Skip to content

Commit

Permalink
Update packages/kbn-relocate/utils/relocate.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Alejandro Fernández Haro <[email protected]>
  • Loading branch information
gsoldevila and afharo authored Dec 16, 2024
1 parent 787a1ed commit d41b8a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kbn-relocate/utils/relocate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export const isInTargetFolder = (module: Package, log: ToolingLog): boolean => {
});
if (baseTargetFolder) {
log.info(
`The module ${module.id} is already in the right folder: '${baseTargetFolder}'. Skipping`
`The module ${module.id} is already in the correct folder: '${baseTargetFolder}'. Skipping`
);
return true;
}
Expand Down

0 comments on commit d41b8a8

Please sign in to comment.