Skip to content

Commit

Permalink
fix: a typo in plugin routes for POST has been fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorybesson committed Jul 13, 2017
1 parent cbe330a commit 8eef690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/extend/plugins.js
Expand Up @@ -161,7 +161,7 @@ class Plugins {
}
try {
let posts = path.join(plugRoutes, 'post')
let directoryPosts = fse.lstatSync(gets)
let directoryPosts = fse.lstatSync(posts)
if (directoryPosts.isDirectory()) {
let routesPost = []
let routePaths = coreUtils.file.getFilesSync(posts, false)
Expand Down

0 comments on commit 8eef690

Please sign in to comment.