Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
helamanl0424 authored Mar 22, 2024
1 parent 01d0fd8 commit accfbf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pods_test.krl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit accfbf8

Please sign in to comment.