Skip to content

Commit

Permalink
fix code local_net.rs (#3376)
Browse files Browse the repository at this point in the history
sctlladb - scylladb

Signed-off-by: GooseMatrix <[email protected]>
  • Loading branch information
GooseMatrix authored Feb 20, 2025
1 parent e4d3b92 commit 6518e7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linera-service/src/cli_wrappers/local_net.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ async fn make_testing_config(database: Database) -> Result<StorageConfig> {
})
}
#[cfg(not(feature = "scylladb"))]
panic!("Database::ScyllaDb is selected without the feature sctlladb");
panic!("Database::ScyllaDb is selected without the feature scylladb");
}
}
}
Expand Down

0 comments on commit 6518e7b

Please sign in to comment.