diff --git a/Gruntfile.js b/Gruntfile.js index 1413eb1935..fd460fa633 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -317,7 +317,7 @@ module.exports = function (grunt) { }); grunt.registerTask("composer", function() { - cp.execSync("omposer install --no-dev", {stdio: 'ignore'}); + cp.execSync("composer install --no-dev", {stdio: 'ignore'}); }); grunt.registerTask("composer-dev", function() {