diff --git a/scripts/check_site.lua b/scripts/check_site.lua index 8e749c93..41944cb0 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)