From 2eba787784abdfd6346eac4b2ee49ccb8046e8ae Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Fri, 16 Jan 2015 03:19:14 -0700 Subject: [PATCH] typo fix in success message --- bin/deardesi.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/deardesi.js b/bin/deardesi.js index edc1154..9d624a6 100755 --- a/bin/deardesi.js +++ b/bin/deardesi.js @@ -50,7 +50,7 @@ function build(blogdir) { Desi.buildAll(desi, env).then(function () { Desi.write(desi, env).then(function () { - console.info('Built and saved to ' + path.join(env.wolking_path, env.compiled_path)); + console.info('Built and saved to ' + path.join(env.working_path, env.compiled_path)); }); }); });