From accfbf8eb7bdd4fa0a6cde303a52d09377dd85fd Mon Sep 17 00:00:00 2001 From: helamanl0424 Date: Fri, 22 Mar 2024 16:15:21 -0600 Subject: [PATCH] fix typo --- pods_test.krl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pods_test.krl b/pods_test.krl index cfb1f53..0482f40 100644 --- a/pods_test.krl +++ b/pods_test.krl @@ -23,11 +23,11 @@ ruleset pods_test { rule test_store_file { select when test store_file - pods:store(event:attrs.get("fetchFileLocation"), event:attrs.get("storeLocation")) + pods:store(event:attrs.get("fetchFileURL"), event:attrs.get("storeLocation")) } rule test_overwrite_file { select when test overwrite_file - pods:overwrite(event:attrs.get("fetchFileLocation"), event:attrs.get("storeLocation")) + pods:overwrite(event:attrs.get("fetchFileURL"), event:attrs.get("storeLocation")) } rule test_remove_file { select when test remove_file