Remove unnecessary comma

This commit is contained in:
Christian Capeans 2023-04-28 14:59:50 +02:00
parent 890169a17f
commit a8924d2ce6

View File

@ -163,7 +163,7 @@ class LocalStrapiDestinationProvider implements IDestinationProvider {
await fse.outputFile(path.join(assetsDirectory, '.gitkeep'), '');
} catch (err) {
throw new ProviderTransferError(
'The backup folder for the assets could not be created inside the public folder. Please, ensure Strapi has write permissions on the public directory'
'The backup folder for the assets could not be created inside the public folder. Please ensure Strapi has write permissions on the public directory'
);
}