Skip to content

Commit

Permalink
Fixed Enterprise flag
Browse files Browse the repository at this point in the history
  • Loading branch information
mdecimus committed Oct 17, 2024
1 parent ad8ee4e commit a1c5be0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/common/src/config/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ impl Core {
let is_enterprise = enterprise.is_some();

#[cfg(feature = "enterprise")]
if is_enterprise {
if !is_enterprise {
if data.is_enterprise_store() {
config
.new_build_error("storage.data", "SQL read replicas is an Enterprise feature");
Expand Down

0 comments on commit a1c5be0

Please sign in to comment.