lib/roku_builder/config.rb in roku_builder-4.12.3 vs lib/roku_builder/config.rb in roku_builder-4.13.0
- old
+ new
@@ -95,10 +95,10 @@
raise InvalidConfig, "Parent Configs Too Deep." if depth > 10
end
merge_local_config
expand_repeatable_stages
fix_config_symbol_values
- RokuBuilder.process_hook(hook: "post_config_load", params: {config: @config})
+ RokuBuilder.process_hook(hook: "post_config_load", params: {config: @config, options: @options})
end
def read_config(io)
begin
JSON.parse(io.read, {symbolize_names: true})