Skip to content

Commit

Permalink
Use enable value from managed generate config
Browse files Browse the repository at this point in the history
  • Loading branch information
doriable committed Jan 2, 2024
1 parent ed2e09f commit 37811cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion private/bufpkg/bufconfig/generate_managed_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -817,7 +817,7 @@ func newExternalManagedConfigV2FromGenerateManagedConfig(
)
}
return externalGenerateManagedConfigV2{
Enabled: true,
Enabled: managedConfig.Enabled(),
Disable: externalDisables,
Override: externalOverrides,
}
Expand Down

0 comments on commit 37811cc

Please sign in to comment.