diff --git a/src/package.rs b/src/package.rs index 7e0ca8a8..fb83711d 100644 --- a/src/package.rs +++ b/src/package.rs @@ -484,7 +484,10 @@ pub fn install( continue; } else { - info!("ignorning hash match for {}, since game command file was not found", name); + info!( + "ignoring hash match for {}, since game command file was not found", + name + ); } } }