eine weitere, sehr sehr wichtige Änderung.

This commit is contained in:
2024-02-24 03:12:56 +01:00
parent cc0aef4434
commit 6165808cc4

View File

@@ -74,7 +74,7 @@ local function downloadRepo(repository, remoteType, autoOverride)
if not repository.RepoIdentifier:match("^[%w-.]*/[%w-.]*$") then if not repository.RepoIdentifier:match("^[%w-.]*/[%w-.]*$") then
print('"'..repository.RepoIdentifier..'" does not look like a valid repo identifier.\nShould be <owner>/<reponame>') print('"'..repository.RepoIdentifier..'" does not look like a valid repo identifier.\nShould be <owner>/<reponame>')
return return
end end
end end
validateRepositoryIdentifier(repository) validateRepositoryIdentifier(repository)