summaryrefslogtreecommitdiffstats
path: root/zellij-utils/src
diff options
context:
space:
mode:
authorJae-Heon Ji <atx6419@gmail.com>2023-08-06 19:43:44 +0900
committerJae-Heon Ji <atx6419@gmail.com>2023-08-06 19:43:44 +0900
commit01eff3bc5d1627a4e60bc6dac8ebe5500bc5b56e (patch)
treef4c5eb32e673b9834f1803c58d47724849f3a44c /zellij-utils/src
parent0c879f207e25771a841d2f6b391e1107b37acaf7 (diff)
test for github workflow
Diffstat (limited to 'zellij-utils/src')
-rw-r--r--zellij-utils/src/consts.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/zellij-utils/src/consts.rs b/zellij-utils/src/consts.rs
index a2c3a42a5..28485b92e 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] = &[