From 00405645f7097613f2dc9d5fd770e0ec675f0bdd Mon Sep 17 00:00:00 2001 From: hkc Date: Sat, 14 Oct 2023 13:31:20 +0300 Subject: [PATCH] Repo URLs --- augment/files.json | 2 +- augment/startup.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/augment/files.json b/augment/files.json index 0109546..8eb1cfa 100644 --- a/augment/files.json +++ b/augment/files.json @@ -1,5 +1,5 @@ { - "repository": "https://git.salushnes.solutions/hkc/cc-stuff/raw/branch/master/augment", + "repository": "https://git.salushnes.solutions/hkc/cc-stuff/raw/branch/augment/dev/augment", "files": [ { "path": "startup", diff --git a/augment/startup.lua b/augment/startup.lua index 71abaf7..b34fbf7 100644 --- a/augment/startup.lua +++ b/augment/startup.lua @@ -1,4 +1,4 @@ -local repository = "https://git.salushnes.solutions/hkc/cc-stuff/raw/branch/master/augment/files.json" +local repository = "https://git.salushnes.solutions/hkc/cc-stuff/raw/branch/augment/dev/augment/files.json" local files = textutils.unserializeJSON(http.get(repository).readAll()) local function getFile(url, path)