Skip to content

Commit 714312c

Browse files
author
Johnny Hausman
committed
*[bug]: adn command not paying attention to template files.
1 parent 9e05523 commit 714312c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/generators/adn.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ var Command = new Generator({
1313
commandHelp: 'Generate an appdev config file (.adn) in your current directory.',
1414
parameters:[''],
1515
newText:'Creating appdev config file ...',
16-
usesTemplates:false,
16+
// usesTemplates:false,
1717
atRoot:false // don't operate from the root directory!
1818
});
1919

0 commit comments

Comments
 (0)