From 26e74867af84528bb527c4ec848aae258e8569c1 Mon Sep 17 00:00:00 2001 From: Markus Roberts Date: Tue, 22 Dec 2009 16:08:53 -0800 Subject: Fixing failing tests --- lib/puppet/application/ralsh.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/puppet') 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 -- cgit