Update sourcezap-checkout

This commit is contained in:
0x1eef 2024-08-18 19:24:38 -03:00
parent 245fe9957a
commit 2c13017d7b

View file

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