summaryrefslogtreecommitdiffstats
path: root/config/notify_device
diff options
context:
space:
mode:
Diffstat (limited to 'config/notify_device')
-rwxr-xr-xconfig/notify_device2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/notify_device b/config/notify_device
index 7d5ff2a..aecf85a 100755
--- a/config/notify_device
+++ b/config/notify_device
@@ -1,6 +1,6 @@
#!/usr/bin/lua
require("socket")
-require("validator")
+validator = require("acf.validator")
if not arg or #arg == 0 then
print("Error - IP Address must be specified")