summaryrefslogtreecommitdiff
path: root/apps/plugins/helloworld.lua
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/helloworld.lua')
-rw-r--r--apps/plugins/helloworld.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/helloworld.lua b/apps/plugins/helloworld.lua
index c0e7554..ed8726c 100644
--- a/apps/plugins/helloworld.lua
+++ b/apps/plugins/helloworld.lua
@@ -21,7 +21,7 @@
]]--
-dofile("actions.lua") -- Contains rb.actions & rb.contexts
+require("actions") -- Contains rb.actions & rb.contexts
-- Example function which splashes a message for x seconds
function sayhello(seconds)