diff --git a/commands/init.js b/commands/init.js index e8bf17c..24d7b9e 100755 --- a/commands/init.js +++ b/commands/init.js @@ -17,7 +17,7 @@ const warn = console.warn; const good = console.log; const error = console.error; -const dirs = ["./debug/email","./debug/errors","./secrets"]; +const dirs = ["./debug/emails","./debug/errors","./secrets"]; const copy_templates = (templates, force) => { good("Copying templates to your project. You can commit these to git.");