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)