typo fix in success message
This commit is contained in:
parent
aa0db57e6c
commit
2eba787784
|
@ -50,7 +50,7 @@ function build(blogdir) {
|
||||||
|
|
||||||
Desi.buildAll(desi, env).then(function () {
|
Desi.buildAll(desi, env).then(function () {
|
||||||
Desi.write(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));
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue