diff --git a/mmv1/compiler.rb b/mmv1/compiler.rb index 150839d0899a..8275d08c0875 100755 --- a/mmv1/compiler.rb +++ b/mmv1/compiler.rb @@ -291,7 +291,7 @@ unless products_to_generate.include?(product_name) Google::LOGGER.info "#{product_name}: Not specified, skipping generation" - next + next { definitions: product_api, overrides: provider_config, provider: provider } # rubocop:disable Style/HashSyntax end Google::LOGGER.info \