Commit 1ae9b216 authored by nanahira's avatar nanahira

fix

parent 4903124e
Pipeline #602 passed with stages
in 5 minutes and 5 seconds
......@@ -78,5 +78,5 @@ for (let match of config.matches) {
console.log("");
}
for (let missingName of missingTeams) {
console.error(`Missing team ${missingName}.`);
console.error(`Missing team ${missingName.toUpperCase()}.`);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment