add correct namespace to load and tick tags

This commit is contained in:
eric.rumsey 2025-02-16 16:19:33 -06:00
parent 3a4e6fde9a
commit 4ae184f42a
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
{ {
"values": [ "values": [
"example:load" "ferdinland:load"
] ]
} }

View File

@ -1,5 +1,5 @@
{ {
"values": [ "values": [
"example:tick" "ferdinland:tick"
] ]
} }