From 003f798060a582240b12f7e9d7fb6b85f05d3e19 Mon Sep 17 00:00:00 2001 From: "Zed A. Shaw" Date: Wed, 4 Jan 2023 13:08:21 +0700 Subject: [PATCH] Wrong directory name for the email debug output dir. --- commands/init.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.");