mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -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)
|
||||
proc = spawn "git", [
|
||||
"clone",
|
||||
"-b", service.version,
|
||||
repo_src,
|
||||
dir
|
||||
], stdio: "inherit"
|
||||
|
|
Loading…
Reference in a new issue