From 6a9c1f162749d1a2c397b685523257308a7b1a31 Mon Sep 17 00:00:00 2001 From: GhustOne <71855034+GhustOne@users.noreply.github.com> Date: Thu, 5 Jan 2023 23:46:28 +0300 Subject: [PATCH] Update CMAutoUpdater.lua --- CMAutoUpdater.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMAutoUpdater.lua b/CMAutoUpdater.lua index 6c2e2fd..45b4521 100644 --- a/CMAutoUpdater.lua +++ b/CMAutoUpdater.lua @@ -9,7 +9,7 @@ local filePaths = { ["Proddy's Script Manager.lua"] = appdata_path.."\\scripts\\cheesemenu\\libs\\Proddy's Script Manager.lua", } -local responseCode, responseBody = web.get([[https://raw.githubusercontent.com/GhustOne/CheeseMenu/dev/aioUpdate.lua]]) +local responseCode, responseBody = web.get([[https://raw.githubusercontent.com/GhustOne/CheeseMenu/main/aioUpdate.lua]]) if responseCode ~= 200 then print("Failed to download update.") status = false