diff options
author | Markus Roberts <Markus@reality.com> | 2009-12-22 16:08:53 -0800 |
---|---|---|
committer | James Turnbull <james@lovedthanlost.net> | 2009-12-23 19:22:56 +1100 |
commit | 26e74867af84528bb527c4ec848aae258e8569c1 (patch) | |
tree | 3b9307442a3bc3d0daee38c36434957180b1be65 /lib/puppet | |
parent | 05e897e100844335b4ecaa9088d2f927753010a7 (diff) | |
download | puppet-26e74867af84528bb527c4ec848aae258e8569c1.tar.gz puppet-26e74867af84528bb527c4ec848aae258e8569c1.tar.xz puppet-26e74867af84528bb527c4ec848aae258e8569c1.zip |
Fixing failing tests
Diffstat (limited to 'lib/puppet')
-rw-r--r-- | lib/puppet/application/ralsh.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/puppet/application/ralsh.rb b/lib/puppet/application/ralsh.rb index 2a0f0083d..b9f7a587c 100644 --- a/lib/puppet/application/ralsh.rb +++ b/lib/puppet/application/ralsh.rb @@ -42,7 +42,6 @@ Puppet::Application.new(:ralsh) do typeobj = Puppet::Type.type(type) or raise "Could not find type #{type}" name = ARGV.shift params = {} - ARGV.each do |setting| if setting =~ /^(\w+)=(.+)$/ params[$1] = $2 |