fix plugin name
authorJoey Hess <joey@kodama.kitenet.net>
Sat, 26 Jul 2008 04:45:32 +0000 (00:45 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Sat, 26 Jul 2008 04:45:32 +0000 (00:45 -0400)
IkiWiki/Plugin/graphviz.pm

index b13d15fa6350aadd237494350dd1c8949bf72700..021aa6b230c2a61b0a2289d2bbccc4e83abe4ae6 100644 (file)
@@ -9,7 +9,7 @@ use IkiWiki 2.00;
 use IPC::Open2;
 
 sub import { #{{{
-       hook(type => "preprocess", id => "graph", call => \&graph);
+       hook(type => "preprocess", id => "graphviz", call => \&graph);
 } # }}}
 
 my %graphviz_programs = (