Skip to content

Commit

Permalink
test for github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeheonji committed Aug 6, 2023
1 parent 0c879f2 commit 01eff3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zellij-utils/src/consts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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] = &[
Expand Down

0 comments on commit 01eff3b

Please sign in to comment.