diff --git a/installer.lua b/installer.lua index 6957c78..654fb17 100644 --- a/installer.lua +++ b/installer.lua @@ -197,7 +197,7 @@ downloadItems(tree,pathToInstall) - local response,sErr,errResponse = http.get(("https://raw.githubusercontent.com/Kristify/Kristify/main/kristify.lua", authenticate) + local response,sErr,errResponse = http.get("https://raw.githubusercontent.com/Kristify/Kristify/main/kristify.lua", authenticate) if not httpError(response,sErr,errResponse) then return false end