Przeglądaj źródła

don't clone via branch

Henry Oswald 10 lat temu
rodzic
commit
f49c88a6fc
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      Gruntfile.coffee

+ 0 - 1
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"