summaryrefslogtreecommitdiff
path: root/noprml/noprml
diff options
context:
space:
mode:
Diffstat (limited to 'noprml/noprml')
-rwxr-xr-xnoprml/noprml2
1 files changed, 1 insertions, 1 deletions
diff --git a/noprml/noprml b/noprml/noprml
index 360087d..31e8ab7 100755
--- a/noprml/noprml
+++ b/noprml/noprml
@@ -27,7 +27,7 @@
local queue_name = "/rhnop"
-mq = require "luamq"
+mq = require "mq"
-- reading timestamp (milliseconds since epoch)
local p = assert(io.popen("/bin/date --utc '+%s %N'" , 'r'))