eine weitere, sehr sehr wichtige Änderung.
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user