Skip to content

Commit

Permalink
chore: update prop name
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabh3112 committed May 31, 2019
1 parent b7ef7a4 commit 55d237b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/generators/add-generator.ts
Expand Up @@ -115,7 +115,7 @@ export default class AddGenerator extends Generator {
}) => {
const resolvedPath = resolve(process.cwd(), mergeFileAnswer.mergeFile);
// eslint-disable-next-line
this.configuration.config["merge"] = [mergeFileAnswer.mergeConfigName, resolvedPath];
this.configuration.config[action] = [mergeFileAnswer.mergeConfigName, resolvedPath];
done();
});
}
Expand Down

0 comments on commit 55d237b

Please sign in to comment.