diff --git a/skills/org-skill-bouncer.org b/skills/org-skill-bouncer.org index cad34c4..f83691c 100644 --- a/skills/org-skill-bouncer.org +++ b/skills/org-skill-bouncer.org @@ -30,7 +30,7 @@ Retrieves all active secrets from the vault and scans the payload for potential (when (and val (stringp val) (> (length val) 5)) (when (search val text) (setf found-secret key)))) - opencortex::opencortex::*vault-memory*) + opencortex::*vault-memory*) found-secret))) #+end_src