Fix missing comma

This commit is contained in:
Oliver Hamlet
2017-01-05 12:53:25 +00:00
committed by GitHub
parent 18b9fc2eb0
commit 959b7f4ffb
+1 -1
View File
@@ -8,7 +8,7 @@ var repos = [
[ "Skyrim", "skyrim" ],
[ "Fallout 3", "fallout3" ],
[ "Fallout: New Vegas", "falloutnv" ],
[ "Fallout 4", "fallout4" ]
[ "Fallout 4", "fallout4" ],
[ "Skyrim SE", "skyrimse" ],
]