Skip to content

Commit

Permalink
cli(migrate): Update migration question (#402)
Browse files Browse the repository at this point in the history
  • Loading branch information
matheus1lva authored and ematipico committed Apr 15, 2018
1 parent c1c0df0 commit c94888d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/commands/migrate.js
Expand Up @@ -99,7 +99,7 @@ function runMigration(currentConfigPath, outputConfigPath) {
})
},
{
title: "Migrating config from v1 to v2",
title: "Migrating config to newest version",
task: ctx => {
const transformations = require("../migrate").transformations;
return new Listr(
Expand Down

0 comments on commit c94888d

Please sign in to comment.