diff --git a/scripts/check_site.lua b/scripts/check_site.lua index 8e749c9393f18337879198e6a48da1dd307addf2..41944cb0ca29fdbcbae313d85d84636223df35db 100644 --- a/scripts/check_site.lua +++ b/scripts/check_site.lua @@ -63,7 +63,7 @@ end local function path_to_string(path) - return table.concat(path, '/') + return table.concat(path, '.') end local function array_to_string(array)