diff --git a/lib/tasks/swf_assets.rake b/lib/tasks/swf_assets.rake index 45edbad6..ebff4fcb 100644 --- a/lib/tasks/swf_assets.rake +++ b/lib/tasks/swf_assets.rake @@ -89,5 +89,5 @@ def infer_manifest_url(swf_url, internet) end # Otherwise, there's no valid manifest URL. - raise "none of the common manifest URL patterns returned HTTP 200" + raise "all of the common manifest URL patterns returned HTTP 404" end