diff options
Diffstat (limited to 'lib/puppet/defaults.rb')
-rw-r--r-- | lib/puppet/defaults.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/defaults.rb b/lib/puppet/defaults.rb index b0995c2a9..dab1120df 100644 --- a/lib/puppet/defaults.rb +++ b/lib/puppet/defaults.rb @@ -6,7 +6,7 @@ module Puppet var = nil require 'puppet/util/command_line' - name = Puppet::Util::CommandLine.legacy_executable_name + name = Puppet::Util::CommandLine.new.legacy_executable_name # Make File.expand_path happy require 'etc' |