Update sourcezap-checkout

This commit is contained in:
0x1eef 2024-05-11 23:34:54 -03:00
parent 7d440fa15c
commit a6d734f065

View file

@ -37,4 +37,4 @@ gitexec "fetch origin"
gitexec "checkout ${branch}" || gitexec "checkout ${branch}" ||
gitexec "checkout -t origin/${branch}" gitexec "checkout -t origin/${branch}"
set +x set +x
printf "[-] New branch: %s\n" "${branch}" printf "current branch: %s\n" "${branch}"