diff --git a/Gruntfile.coffee b/Gruntfile.coffee index 8083450ab6..90408abd23 100644 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -155,7 +155,6 @@ module.exports = (grunt) -> if !fs.existsSync(dir) proc = spawn "git", [ "clone", - "-b", service.version, repo_src, dir ], stdio: "inherit"