2009/10/13 Ohad Levy <[email protected]>: > Oops > > diff --git a/lib/puppet/util.rb b/lib/puppet/util.rb > index ce432a8..6f83c7a 100644 > --- a/lib/puppet/util.rb > +++ b/lib/puppet/util.rb > @@ -192,7 +192,7 @@ module Util > return dest if FileTest.file? dest and FileTest.executable? > dest > end > end > - retun nil > + return nil > end > module_function :binary >
Fixed and pushed. Regards James Turnbull -- Author of: * Pro Linux Systems Administration (http://tinyurl.com/linuxadmin) * Pulling Strings with Puppet (http://tinyurl.com/pupbook) * Pro Nagios 2.0 (http://tinyurl.com/pronagios) * Hardening Linux (http://tinyurl.com/hardeninglinux) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
