don't clone via branch

This commit is contained in:
Henry Oswald 2016-06-23 20:47:44 +01:00
parent 5584abf117
commit 49eb1c6ac4

View file

@ -155,7 +155,6 @@ module.exports = (grunt) ->
if !fs.existsSync(dir)
proc = spawn "git", [
"clone",
"-b", service.version,
repo_src,
dir
], stdio: "inherit"