Update packages/core/strapi/lib/commands/transfer/transfer.js

This commit is contained in:
Ben Irvin 2022-12-28 15:13:01 +01:00 committed by GitHub
parent e938cb5be4
commit 00e52aba23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,7 +58,7 @@ module.exports = async (opts) => {
}
// if URL provided, set up a remote source provider
else {
logger.error(`Remote Strapi destination provider not yet implemented`);
logger.error(`Remote Strapi source provider not yet implemented`);
process.exit(1);
}