From f247d6faaa84816864fd43493b6307633f772afe Mon Sep 17 00:00:00 2001 From: John Turner Date: Thu, 21 Aug 2025 17:58:09 -0400 Subject: add . prefix to "data" macro calls --- src/agent/weechat.cil | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/agent/weechat.cil b/src/agent/weechat.cil index dca6591..df85aa7 100644 --- a/src/agent/weechat.cil +++ b/src/agent/weechat.cil @@ -39,8 +39,8 @@ (call .conf.read_file_lnk_files (subj)) ;; read /usr/share - (call data.search_file_dirs (subj)) - (call data.read_file_files (subj)) + (call .data.search_file_dirs (subj)) + (call .data.read_file_files (subj)) ;; access config stuff (call .home.search_file_dirs (subj)) -- cgit v1.2.3