typo fix in success message

This commit is contained in:
AJ ONeal 2015-01-16 03:19:14 -07:00
parent aa0db57e6c
commit 2eba787784
1 changed files with 1 additions and 1 deletions

View File

@ -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));
});
});
});