This commit is contained in:
boring_nick 2023-08-14 09:11:56 +03:00
parent 58b66e6be4
commit 0af071874b
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ async fn main() -> anyhow::Result<()> {
}
if let Some(password) = &config.clickhouse_password {
db = db.with_user(password);
db = db.with_password(password);
}
let args = Args::parse();