We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 047edd5 commit eb65e75Copy full SHA for eb65e75
1 file changed
recipes/system.rb
@@ -38,7 +38,7 @@
38
append true
39
end
40
41
-unless node[:rvm][:rvmrc][:lines].empty?
+unless node[:rvm][:rvmrc].empty?
42
lines = []
43
node[:rvm][:rvmrc].each_pair { |k,v| lines << "#{k.to_s}=#{v.to_s}" }
44
0 commit comments