diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/puppet/indirector/resource/ral.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/indirector/resource/ral.rb b/lib/puppet/indirector/resource/ral.rb index f2c3f847d..56fc62844 100644 --- a/lib/puppet/indirector/resource/ral.rb +++ b/lib/puppet/indirector/resource/ral.rb @@ -43,6 +43,6 @@ class Puppet::Resource::Ral < Puppet::Indirector::Code end def type( request ) - Puppet::Type.type(type_name(request)) or raise Puppet::Error "Could not find type #{type}" + Puppet::Type.type(type_name(request)) or raise Puppet::Error, "Could not find type #{type}" end end |
