util/termcolours.lua
changeset 12979 d10957394a3c
parent 10427 317bcc4f25f5
--- a/util/termcolours.lua	Fri Mar 17 16:23:12 2023 +0100
+++ b/util/termcolours.lua	Fri Mar 17 16:23:16 2023 +0100
@@ -21,7 +21,7 @@
 
 local windows;
 if os.getenv("WINDIR") then
-	windows = require "util.windows";
+	windows = require "prosody.util.windows";
 end
 local orig_color = windows and windows.get_consolecolor and windows.get_consolecolor();