Skip to content

Commit

Permalink
fix action renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
moritzraho committed Dec 19, 2019
1 parent c99fd1d commit d9c2583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class CodeGenerator extends Generator {

// run add action and add ui generators when applicable
if (addActions) {
this.composeWith(path.join(__dirname, '../add-actions/index.js'), {
this.composeWith(path.join(__dirname, '../add-action/index.js'), {
'skip-install': true,
'skip-prompt': this.options['skip-prompt'],
'adobe-services': this.options['adobe-services']
Expand Down

0 comments on commit d9c2583

Please sign in to comment.