From 987eac51b92a48ca89c91bbc2c72cfaf9171453f Mon Sep 17 00:00:00 2001 From: CherretGit Date: Tue, 10 Mar 2026 20:45:11 +0700 Subject: [PATCH] fix typo --- rust/crates/zaprett/src/path.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rust/crates/zaprett/src/path.rs b/rust/crates/zaprett/src/path.rs index 6cb1860..444c213 100644 --- a/rust/crates/zaprett/src/path.rs +++ b/rust/crates/zaprett/src/path.rs @@ -7,7 +7,7 @@ pub mod path { pub static ZAPRETT_DIR_PATH: LazyLock<&Path> = LazyLock::new(|| Path::new("/storage/emulated/0/zaprett")); pub static ZAPRETT_LIBS_PATH: LazyLock<&Path> = - LazyLock::new(|| Path::new("/storage/emulated/0/zaprett/strategies/nfwqs2/libs")); + LazyLock::new(|| Path::new("/storage/emulated/0/zaprett/strategies/nfqws2/libs")); } // Only for testing @@ -21,5 +21,5 @@ pub mod path { pub static ZAPRETT_DIR_PATH: LazyLock<&Path> = LazyLock::new(|| Path::new("zaprett_dir")); pub static ZAPRETT_LIBS_PATH: LazyLock<&Path> = - LazyLock::new(|| Path::new("zaprett_dir/strategies/nfwqs2/libs")); + LazyLock::new(|| Path::new("zaprett_dir/strategies/nfqws2/libs")); } \ No newline at end of file