#3514: the fix for issue: 'The checking for semantic.json always fail…
@ -29,7 +29,7 @@ module.exports = function(callback) {
if( !install.isSetup() ) {
console.error('Cannot find semantic.json. Run "gulp install" to set-up Semantic');
return;
return 1;
}
// check for right-to-left (RTL) language
@ -31,7 +31,7 @@ var when = {
// install
hasConfig: function() {
return requireDotFile('semantic.json');
return requireDotFile('semantic.json', process.cwd());
},
allowOverwrite: function(questions) {