mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Merge pull request #5616 from ErisDS/issue-5495
Don't escape path for ember
This commit is contained in:
commit
f2c2d4ff24
1 changed files with 1 additions and 1 deletions
|
@ -325,7 +325,7 @@ var _ = require('lodash'),
|
|||
},
|
||||
options: {
|
||||
execOptions: {
|
||||
cwd: path.resolve(cwd + '/core/client/'),
|
||||
cwd: path.resolve(process.cwd() + '/core/client/'),
|
||||
stdout: false
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue