0
Fork 0
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:
Jason Williams 2015-08-03 15:05:03 -05:00
commit f2c2d4ff24

View file

@ -325,7 +325,7 @@ var _ = require('lodash'),
},
options: {
execOptions: {
cwd: path.resolve(cwd + '/core/client/'),
cwd: path.resolve(process.cwd() + '/core/client/'),
stdout: false
}
}