diff --git a/libexec/sourcezap/commands/sourcezap-pull b/libexec/sourcezap/commands/sourcezap-pull index a42ae77..7285db6 100755 --- a/libexec/sourcezap/commands/sourcezap-pull +++ b/libexec/sourcezap/commands/sourcezap-pull @@ -25,7 +25,6 @@ if ! "${libexec}"/utils/issourcezap-member > /dev/null 2>&1; then fi if [ ! -e "${gitdir}/.git" ]; then - set +x printerr "try 'sourcezap clone' instead" exit 1 fi