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)