Update portzap-checkout
Some checks are pending
portzap / shellcheck (push) Waiting to run

This commit is contained in:
0x1eef 2024-08-18 19:26:34 -03:00
parent 98b91c4d5e
commit 0a912e3638

View file

@ -35,4 +35,4 @@ cd "${gitdir}"
"${git}" fetch origin "${git}" fetch origin
"${git}" checkout "${branch}" || "${git}" checkout "${branch}" ||
"${git}" checkout -t origin/"${branch}" "${git}" checkout -t origin/"${branch}"
printok "${branch} checked out" printok "checkout ${branch}"