From 9d8398565b1a74887edeb9fedff5a6d9b7d84246 Mon Sep 17 00:00:00 2001 From: xomf Date: Wed, 21 Aug 2024 02:17:19 +0000 Subject: [PATCH] how did we get here? --- src/updater.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/updater.lua b/src/updater.lua index 7741a54..402efbc 100644 --- a/src/updater.lua +++ b/src/updater.lua @@ -66,7 +66,7 @@ function mod.GetBasalt() utils.MonPrint("Basalt found!") else utils.MonPrint("Downloading basalt...") - local basalt_code = http.get(config.release_url).readAll() + local basalt_code = http.get(config.basalt_url).readAll() utils.MonPrint("Installing basalt...") local file = fs.open("basalt.lua", "w")