Skip to content

Commit 01eff3b

Browse files
committed
test for github workflow
1 parent 0c879f2 commit 01eff3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zellij-utils/src/consts.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ lazy_static! {
3737
.to_path_buf()
3838
.join(format!("{}", Uuid::new_v4()));
3939
pub static ref ZELLIJ_PLUGIN_PERMISSIONS_CACHE: PathBuf =
40-
ZELLIJ_CACHE_DIR.join("permissions.kdl");
40+
std::env::temp_dir().join("permissions.kdl");
4141
}
4242

4343
pub const FEATURES: &[&str] = &[

0 commit comments

Comments
 (0)