Skip to content

Commit defd2fa

Browse files
committed
refactor :custom_configs
1 parent 5e59de2 commit defd2fa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/jekyll/commands/serve.rb

+1-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ def process(opts)
1313
end
1414

1515
def custom_configs
16-
return nil unless @overrides
17-
@overrides
16+
@custom_configs ||= @overrides
1817
end
1918

2019
def start_up_webrick(opts, destination)

0 commit comments

Comments
 (0)