forked from Deuxfleurs/garage
Fix build error
This commit is contained in:
parent
1449204439
commit
107853334b
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ pub async fn run_server(config_file: PathBuf) -> Result<(), Error> {
|
|||
}
|
||||
|
||||
#[cfg(not(feature = "metrics"))]
|
||||
if config.admin_api.metrics_token.is_some() {
|
||||
if config.admin.metrics_token.is_some() {
|
||||
warn!("This Garage version is built without the metrics feature");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue