Skip to content

Commit

Permalink
Update CMAutoUpdater.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
GhustOne authored Jan 5, 2023
1 parent 84edc9d commit 6a9c1f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMAutoUpdater.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6a9c1f1

Please sign in to comment.