From fa6f07fd082ea7a2330269b197e2bcdd5fa58b58 Mon Sep 17 00:00:00 2001 From: Dirk Stolle Date: Sun, 13 Aug 2023 00:23:04 +0200 Subject: [PATCH] Fix small typo --- src/package.rs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 + ); } } }