Wrong directory name for the email debug output dir.

main
Zed A. Shaw 1 year ago
parent bc6924ffea
commit 003f798060
  1. 2
      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.");

Loading…
Cancel
Save