Skip to content

Commit

Permalink
Merge branch 'MDL-63012-master' of https://github.com/jobyh/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed Aug 7, 2018
2 parents 2a88303 + fbd1877 commit 19d5c41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Expand Up @@ -37,7 +37,7 @@ module.exports = function(grunt) {
var expected = semver.validRange(grunt.file.readJSON('package.json').engines.node);
var actual = semver.valid(process.version);
if (!semver.satisfies(actual, expected)) {
grunt.fail.fatal('Node version too old. Require ' + expected + ', version installed: ' + actual);
grunt.fail.fatal('Node version not satisfied. Require ' + expected + ', version installed: ' + actual);
}

// Windows users can't run grunt in a subdirectory, so allow them to set
Expand Down

0 comments on commit 19d5c41

Please sign in to comment.