From 01eff3bc5d1627a4e60bc6dac8ebe5500bc5b56e Mon Sep 17 00:00:00 2001 From: Jae-Heon Ji Date: Sun, 6 Aug 2023 19:43:44 +0900 Subject: [PATCH] test for github workflow --- zellij-utils/src/consts.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zellij-utils/src/consts.rs b/zellij-utils/src/consts.rs index a2c3a42a50..28485b92ec 100644 --- a/zellij-utils/src/consts.rs +++ b/zellij-utils/src/consts.rs @@ -37,7 +37,7 @@ lazy_static! { .to_path_buf() .join(format!("{}", Uuid::new_v4())); pub static ref ZELLIJ_PLUGIN_PERMISSIONS_CACHE: PathBuf = - ZELLIJ_CACHE_DIR.join("permissions.kdl"); + std::env::temp_dir().join("permissions.kdl"); } pub const FEATURES: &[&str] = &[