]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Plugin/pinger.pm
setup automator: Configure Term::Readline to use bold for prompt, rather than default...
[ikiwiki.git] / IkiWiki / Plugin / pinger.pm
index 4a808866164d7e2f1e6e185b97b37e50cf0c307b..c20ecb5d4ef3a663f5496135f56ddb5369c5dd87 100644 (file)
@@ -106,7 +106,7 @@ sub ping {
                        # will still be avoided.
                        next if $url=~/^\Q$config{cgiurl}\E/;
                        
-                       $ua->head($url);
+                       $ua->get($url);
                }
                
                exit 0;