Skip to content

Commit 63bcbff

Browse files
author
Robert Jackson
authored
bin/cli: Set correct file extension (#140)
bin/cli: Set correct file extension
2 parents b9abf73 + 6f94ebd commit 63bcbff

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

bin/cli.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
require('codemod-cli').runTransform(
55
__dirname,
66
process.argv[2] /* transform name */,
7-
process.argv.slice(3) /* paths or globs */
7+
process.argv.slice(3) /* paths or globs */,
8+
'hbs'
89
);

0 commit comments

Comments
 (0)