diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-07-26 00:45:32 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-07-26 00:45:32 -0400 |
commit | 0d7bc7402c9a5e922ee3eb1b093e689756b001ff (patch) | |
tree | 85bace92daa43682884bd824edf4c3f683f517be /IkiWiki | |
parent | 426200b34aef45e3987edf79bc157209f435fb8b (diff) |
fix plugin name
Diffstat (limited to 'IkiWiki')
-rw-r--r-- | IkiWiki/Plugin/graphviz.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki/Plugin/graphviz.pm b/IkiWiki/Plugin/graphviz.pm index b13d15fa6..021aa6b23 100644 --- a/IkiWiki/Plugin/graphviz.pm +++ b/IkiWiki/Plugin/graphviz.pm @@ -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 = ( |