Skip to content

Commit

Permalink
bin/cli: Set correct file extension (#140)
Browse files Browse the repository at this point in the history
bin/cli: Set correct file extension
  • Loading branch information
rwjblue authored Sep 30, 2019
2 parents b9abf73 + 6f94ebd commit 63bcbff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
require('codemod-cli').runTransform(
__dirname,
process.argv[2] /* transform name */,
process.argv.slice(3) /* paths or globs */
process.argv.slice(3) /* paths or globs */,
'hbs'
);

0 comments on commit 63bcbff

Please sign in to comment.