From f49c88a6fc4b2fb524755eb2f176abb06e3f774d Mon Sep 17 00:00:00 2001 From: Henry Oswald Date: Thu, 23 Jun 2016 20:47:44 +0100 Subject: [PATCH] don't clone via branch --- Gruntfile.coffee | 1 - 1 file changed, 1 deletion(-) 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"