mirror of
https://github.com/strapi/strapi.git
synced 2025-12-17 10:14:19 +00:00
Merge pull request #118 from abelsoares/enhancement/strapi-cli-extra-backtick
Remove extra backticks from strapi cli
This commit is contained in:
commit
75eb3dd72f
@ -56,8 +56,8 @@ module.exports = function () {
|
|||||||
|
|
||||||
// Simply, log and exit the REPL in case of success.
|
// Simply, log and exit the REPL in case of success.
|
||||||
success: function returnSuccess() {
|
success: function returnSuccess() {
|
||||||
logger.info('Migration file successfully generated at `' + path.resolve(scope.rootPath, 'data', 'migrations', scope.connection) + '``.');
|
logger.info('Migration file successfully generated at `' + path.resolve(scope.rootPath, 'data', 'migrations', scope.connection) + '`.');
|
||||||
logger.info('Seed file created at `' + path.resolve(scope.rootPath, 'data', 'seeds', scope.connection) + '``.');
|
logger.info('Seed file created at `' + path.resolve(scope.rootPath, 'data', 'seeds', scope.connection) + '`.');
|
||||||
logger.warn('This migration has been automatically generated.');
|
logger.warn('This migration has been automatically generated.');
|
||||||
logger.warn('We strongly advise you to manually verify those information.');
|
logger.warn('We strongly advise you to manually verify those information.');
|
||||||
process.exit(0);
|
process.exit(0);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user