Log corrected

This commit is contained in:
jeanchristophe.mqt@gmail.com 2024-03-29 19:58:08 +01:00
parent d654454c5e
commit 22a474104a
2 changed files with 2 additions and 2 deletions

View file

@ -242,7 +242,7 @@ const plugin = async (args: IpluginInputArgs): Promise<IpluginOutputArgs> => {
destinationPath: newPath,
args,
});
args.jobLog(`${renameType.content} renamed ${fileDetailsWrapper.id} : `
args.jobLog(`${renameType.content} ${fileDetailsWrapper.id} renamed : `
+ `'${filePath}' => '${newPath}'.`);
} else {
isSuccessful = true;