diff --git a/libexec/portzap/commands/portzap-clone b/libexec/portzap/commands/portzap-clone index 64852d2..5e62786 100755 --- a/libexec/portzap/commands/portzap-clone +++ b/libexec/portzap/commands/portzap-clone @@ -34,5 +34,5 @@ fi "${git}" clone "${giturl}" "${gitdir}" cd "${gitdir}" "${git}" config core.filemode off -"${git}" checkout -t origin/"${branch}" +"${git}" checkout -t origin/"${branch}" || true printok "clone complete"