mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
don't clone via branch
This commit is contained in:
parent
5584abf117
commit
49eb1c6ac4
1 changed files with 0 additions and 1 deletions
|
@ -155,7 +155,6 @@ module.exports = (grunt) ->
|
||||||
if !fs.existsSync(dir)
|
if !fs.existsSync(dir)
|
||||||
proc = spawn "git", [
|
proc = spawn "git", [
|
||||||
"clone",
|
"clone",
|
||||||
"-b", service.version,
|
|
||||||
repo_src,
|
repo_src,
|
||||||
dir
|
dir
|
||||||
], stdio: "inherit"
|
], stdio: "inherit"
|
||||||
|
|
Loading…
Reference in a new issue