summaryrefslogtreecommitdiffstats
path: root/lib/puppet/reports/rrdgraph.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet/reports/rrdgraph.rb')
-rw-r--r--lib/puppet/reports/rrdgraph.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/reports/rrdgraph.rb b/lib/puppet/reports/rrdgraph.rb
index b152faaab..2f27f63af 100644
--- a/lib/puppet/reports/rrdgraph.rb
+++ b/lib/puppet/reports/rrdgraph.rb
@@ -115,7 +115,7 @@ Puppet::Reports.register_report(:rrdgraph) do
metric.graph
end
- mkhtml() unless FileTest.exists?(File.join(hostdir, "index.html"))
+ mkhtml unless FileTest.exists?(File.join(hostdir, "index.html"))
end
# Unfortunately, RRD does not deal well with changing lists of values,