mirror of https://github.com/embarklabs/embark.git
usd cwd instead of pwd
This commit is contained in:
parent
d5a21d579c
commit
324ba904e8
|
@ -124,7 +124,7 @@ function proposeAlternative(word, _dictionary, _exceptions) {
|
|||
}
|
||||
|
||||
function pwd() {
|
||||
return process.env.PWD || shelljs.pwd();
|
||||
return process.env.PWD || process.cwd();
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
|
|
Loading…
Reference in New Issue