Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesaoverton committed Feb 9, 2024
1 parent 1246c12 commit 8e1cb77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/init.rs
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ pub async fn init(config: &mut Config) -> Result<String, String> {

(config.valve, config.pool) = {
let valve = Valve::build(&config.valve_path, &config.connection, false, false)
.await.
.await
.expect("VALVE failed to load configuration");
let pool = valve.pool.clone();
(Some(valve), Some(pool))
Expand Down

0 comments on commit 8e1cb77

Please sign in to comment.