summaryrefslogtreecommitdiff
path: root/mode-watch.lua
diff options
context:
space:
mode:
Diffstat (limited to 'mode-watch.lua')
-rw-r--r--mode-watch.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/mode-watch.lua b/mode-watch.lua
index b603661..4f2bb89 100644
--- a/mode-watch.lua
+++ b/mode-watch.lua
@@ -19,6 +19,8 @@
-- along with rhctl. If not, see <http://www.gnu.org/licenses/>.
--
+package.path = package.path .. ';/usr/share/rhctl/?.lua'
+
socket = require("socket")
utils = require("utils")