diff --git a/libexec/sourcezap/commands/sourcezap-checkout b/libexec/sourcezap/commands/sourcezap-checkout index ad5352e..657b365 100755 --- a/libexec/sourcezap/commands/sourcezap-checkout +++ b/libexec/sourcezap/commands/sourcezap-checkout @@ -35,4 +35,4 @@ cd "${gitdir}" "${git}" fetch origin "${git}" checkout "${branch}" || "${git}" checkout -t origin/"${branch}" -printok "${branch} checked out" +printok "checkout complete"