Skip to content

Commit eb65e75

Browse files
committed
rvm/rvmrc attribute is now a hash.
1 parent 047edd5 commit eb65e75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

recipes/system.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
append true
3939
end
4040

41-
unless node[:rvm][:rvmrc][:lines].empty?
41+
unless node[:rvm][:rvmrc].empty?
4242
lines = []
4343
node[:rvm][:rvmrc].each_pair { |k,v| lines << "#{k.to_s}=#{v.to_s}" }
4444

0 commit comments

Comments
 (0)