Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
fearful-symmetry committed Feb 18, 2024
1 parent 05e7109 commit b3705c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/rhai/etymology/ety.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"transforms": {
"from-root" : {
"transforms": [
{"rhai_script": {"file": "rhai/string_transform.rhai"}}
{"rhai_script": {"file": "examples/rhai/rhai/string_transform.rhai"}}
]
},
"from-middle": {
"transforms": [
{"rhai_script": {"file": "rhai/array_transform.rhai"}}
{"rhai_script": {"file": "examples/rhai/rhai/array_transform.rhai"}}
]
}
}
Expand Down

0 comments on commit b3705c6

Please sign in to comment.