+1 On Fri, Oct 1, 2010 at 7:24 PM, James Turnbull <[email protected]>wrote:
> /usr/lib/ruby/site_ruby/1.8/puppet/util/metric.rb:62: warning: parenthesize > argument(s) for future version > > Signed-off-by: James Turnbull <[email protected]> > --- > lib/puppet/util/metric.rb | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/lib/puppet/util/metric.rb b/lib/puppet/util/metric.rb > index 0089847..90a2448 100644 > --- a/lib/puppet/util/metric.rb > +++ b/lib/puppet/util/metric.rb > @@ -59,7 +59,7 @@ class Puppet::Util::Metric > if Puppet.features.rrd_legacy? && ! Puppet.features.rrd? > puts @rrd.info > else > - puts RRD.info self.path > + puts RRD.info(self.path) > end > end > > -- > 1.7.2.2 > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Developers" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<puppet-dev%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/puppet-dev?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-dev?hl=en.
