diff options
Diffstat (limited to 'lib/puppet/simple_graph.rb')
-rw-r--r-- | lib/puppet/simple_graph.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/simple_graph.rb b/lib/puppet/simple_graph.rb index c8ffef529..172a0f7b5 100644 --- a/lib/puppet/simple_graph.rb +++ b/lib/puppet/simple_graph.rb @@ -300,7 +300,7 @@ class Puppet::SimpleGraph # # For some reason, unconnected vertices do not show up in # # this graph. # def to_jpg(path, name) -# gv = vertices() +# gv = vertices # Dir.chdir(path) do # induced_subgraph(gv).write_to_graphic_file('jpg', name) # end |