Skip to content

Commit a7aadb2

Browse files
committed
give block a path arg so ruby1.9 doesnt throw exception
1 parent 2962356 commit a7aadb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/git/lib.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ def global_config_get(name)
337337
end
338338

339339
def config_list
340-
build_list = lambda do
340+
build_list = lambda do |path|
341341
parse_config_list command_lines('config', ['--list'])
342342
end
343343

0 commit comments

Comments
 (0)