Skip to content

Commit

Permalink
Fix build when building a single product (#8471)
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottSuarez authored Jul 27, 2023
1 parent 8ffb769 commit 210b691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mmv1/compiler.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 210b691

Please sign in to comment.