This commit is contained in:
parent
b8bef1f953
commit
16ca9b6c68
1 changed files with 1 additions and 1 deletions
|
@ -35,5 +35,5 @@ fi
|
||||||
"${git}" clone "${giturl}" "${gitdir}"
|
"${git}" clone "${giturl}" "${gitdir}"
|
||||||
cd "${gitdir}"
|
cd "${gitdir}"
|
||||||
"${git}" config core.filemode off
|
"${git}" config core.filemode off
|
||||||
"${git}" checkout -t origin/"${branch}" || true
|
"${git}" checkout -t origin/"${branch}" > /dev/null 2>&1 || true
|
||||||
printok "clone complete"
|
printok "clone complete"
|
||||||
|
|
Loading…
Reference in a new issue