Skip to content

Commit

Permalink
Merge pull request #3205 from dguo/patch-1
Browse files Browse the repository at this point in the history
Fix an error message typo
  • Loading branch information
Unitech committed Oct 27, 2017
2 parents 5d73da4 + e6c4bdd commit 8069e68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Common.js
Expand Up @@ -408,7 +408,7 @@ Common.sink.resolveInterpreter = function(app) {
}

if (app.exec_interpreter != 'none' && shelljs.which(app.exec_interpreter) == null) {
Common.printError(cst.PREFIX_MSG_ERR + 'Interpreter ' + app.exec_interpreter + ' does not seems to be available');
Common.printError(cst.PREFIX_MSG_ERR + 'Interpreter ' + app.exec_interpreter + ' does not seem to be available');
}
return app;
};
Expand Down

0 comments on commit 8069e68

Please sign in to comment.