Skip to content

Commit 4435e08

Browse files
taquitosperlun
authored andcommitted
config_get: Fix incorrect block name (#373)
Signed-off-by: Joshua Liebowitz <taquitos@google.com>
1 parent e7f1880 commit 4435e08

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
@@ -445,7 +445,7 @@ def config_get(name)
445445
if @git_dir
446446
Dir.chdir(@git_dir, &do_get)
447447
else
448-
build_list.call
448+
do_get.call
449449
end
450450
end
451451

0 commit comments

Comments
 (0)