Skip to content

Commit 5d87efa

Browse files
committed
Newlines after rvmrc configuration options.
1 parent eb65e75 commit 5d87efa

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
@@ -47,6 +47,6 @@
4747
owner "root"
4848
group "root"
4949
mode "0644"
50-
variables(:lines => lines.sort)
50+
variables(:lines => lines.sort.join("\n"))
5151
end
5252
end

0 commit comments

Comments
 (0)