Silence "git checkout" output
Some checks failed
sourcezap / shellcheck (push) Has been cancelled

This commit is contained in:
0x1eef 2024-07-27 06:09:53 -03:00
parent b8bef1f953
commit 16ca9b6c68

View file

@ -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"