Update main.rs

This commit is contained in:
User
2022-07-09 10:41:29 +00:00
parent 5117427143
commit 7539011be5

View File

@@ -475,7 +475,7 @@ fn handle_fan_curve(
if !supported.fan_curves {
println!("Fan-curves not supported by either this kernel or by the laptop.");
println!(
"This requires kernel 5.17 (unlreleased) or the fan curve patch listed in the readme."
"This requires kernel 5.17 or the fan curve patch listed in the readme."
);
return Err(ProfileError::NotSupported.into());
}