You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by ru...@apache.org on 2017/04/25 13:50:40 UTC

[whimsy] 02/02: check for the correct file

This is an automated email from the ASF dual-hosted git repository.

rubys pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git

commit 5e8cb64d8e412f0ad96616ed1c45d10a1ade9d10
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Tue Apr 25 09:50:17 2017 -0400

    check for the correct file
---
 www/test/site-check.cgi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/test/site-check.cgi b/www/test/site-check.cgi
index afa62c6..b235426 100755
--- a/www/test/site-check.cgi
+++ b/www/test/site-check.cgi
@@ -20,7 +20,7 @@ _html do
 
   _body? do
 
-    local_copy = File.expand_path('../public/site-check.json').untaint
+    local_copy = File.expand_path('../public/site-scan.json').untaint
 
     if File.exist? local_copy
       crawl_time = File.mtime(local_copy).rfc2822

-- 
To stop receiving notification emails like this one, please contact
"commits@whimsical.apache.org" <co...@whimsical.apache.org>.