diff --git a/crates/tests-integration/src/system_reinstall.rs b/crates/tests-integration/src/system_reinstall.rs index d7227d77..70bb3edc 100644 --- a/crates/tests-integration/src/system_reinstall.rs +++ b/crates/tests-integration/src/system_reinstall.rs @@ -41,7 +41,7 @@ fn get_deployment_dir() -> Result { .to_str() .ok_or_else(|| anyhow!("Deployment directory name {:?} is not valid UTF-8", hash))?; - println!("Using deployment directory: {}", hash_str); + println!("Using deployment directory: {hash_str}"); Ok(base_path.join(hash_str)) }