Skip to content

Commit

Permalink
Fix store typo
Browse files Browse the repository at this point in the history
  • Loading branch information
helamanl0424 authored Apr 11, 2024
1 parent 940ed09 commit 6c52297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/sample.krl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ruleset sample_app {

rule store_file {
select when sample_app store_file
pods:overwrite(event:attrs.get("originURL"), event:attrs.get("destinationURL"), event:attrs.get("doAutoAuth"))
pods:store(event:attrs.get("originURL"), event:attrs.get("destinationURL"), event:attrs.get("doAutoAuth"))
}

rule overwrite_file {
Expand Down

0 comments on commit 6c52297

Please sign in to comment.