diff --git a/developer/bin/find_sparkle_appcast b/developer/bin/find_sparkle_appcast index ef8a81c8b8..d3d336f419 100755 --- a/developer/bin/find_sparkle_appcast +++ b/developer/bin/find_sparkle_appcast @@ -59,7 +59,7 @@ if [[ -z "${appcast_url}" ]]; then exit 0 fi -# vaidate appcast +# validate appcast appcast_http_response="$(curl --silent --head --write-out '%{http_code}' "${appcast_url}" -o /dev/null)" [[ "${appcast_http_response}" != '200' ]] && appcast_found_error "returned a non-200 (OK) HTTP response code (${appcast_http_response})" @@ -67,10 +67,10 @@ appcast_checkpoint=$(curl --silent --compressed "${appcast_url}" | sed 's| '${appcast_checkpoint}' + appcast '${appcast_url}', + :checkpoint => '${appcast_checkpoint}' You should likely also add 'auto_updates true'"