diff --git a/lib/tools/redownload/redownload.js b/lib/tools/redownload/redownload.js index ca38b93..484d807 100644 --- a/lib/tools/redownload/redownload.js +++ b/lib/tools/redownload/redownload.js @@ -762,7 +762,7 @@ var Redownload = function() { if (htmlRequest && (htmlRequest.weightCheck.bodyBuffer.indexOf('/wp-content/') >= 0 || - htmlRequest.weightCheck.bodyBuffer.indexOf('/wp-include/') >= 0)) { + htmlRequest.weightCheck.bodyBuffer.indexOf('/wp-includes/') >= 0)) { debug('Response: yes.'); return true; } else {