Skip to content

Commit

Permalink
fix arg for --web-component
Browse files Browse the repository at this point in the history
  • Loading branch information
gossi committed Oct 15, 2018
1 parent 16e2e9a commit 974af76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tasks/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module.exports = async (context) => {
args.push(config.welcome ? '--welcome' : '--no-welcome');

if (config['web-component']) {
args.push('--web-component', config['web-component']);
args.push(`--web-component=${config['web-component']}`);
}

if (config.blueprint) {
Expand Down

0 comments on commit 974af76

Please sign in to comment.