From 6165808cc4d9b5a40314dbe32828a582aca0e64b Mon Sep 17 00:00:00 2001 From: Robin Date: Sat, 24 Feb 2024 03:12:56 +0100 Subject: [PATCH] =?UTF-8?q?eine=20weitere,=20sehr=20sehr=20wichtige=20?= =?UTF-8?q?=C3=84nderung.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- updater.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/updater.lua b/updater.lua index baf46be..8b6edd9 100644 --- a/updater.lua +++ b/updater.lua @@ -74,7 +74,7 @@ local function downloadRepo(repository, remoteType, autoOverride) if not repository.RepoIdentifier:match("^[%w-.]*/[%w-.]*$") then print('"'..repository.RepoIdentifier..'" does not look like a valid repo identifier.\nShould be /') return - end + end end validateRepositoryIdentifier(repository)