fix a typo

This commit is contained in:
Igor Katson 2025-06-27 08:04:51 +01:00
parent c569061431
commit 382799210b
No known key found for this signature in database
GPG Key ID: B4EC22B66D61A3F5
1 changed files with 1 additions and 1 deletions

View File

@ -699,7 +699,7 @@ async fn async_main(opts: Opts, cancel: CancellationToken) -> anyhow::Result<()>
http_api_opts.prometheus_handle = Some(handle);
}
Err(e) => {
warn!("error installting prometheus recorder: {e:#}");
warn!("error installing prometheus recorder: {e:#}");
}
}