Skip to content

Commit

Permalink
fix: cli pull npm client is not working
Browse files Browse the repository at this point in the history
closed #20
  • Loading branch information
imcuttle committed Oct 22, 2018
1 parent 573d009 commit 2d33436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/edam-cli/bin/edam.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ ${generateFlagHelp(flags, ' ')}
extends: flags.extends,
plugins: flags.plugins,
pull: {
npmClient: flags.pull['npm-client'],
npmClient: flags.pull['npmClient'],
git: flags.pull['git']
},
yes: flags.yes,
Expand Down

0 comments on commit 2d33436

Please sign in to comment.