Skip to content

Commit 6e1e31d

Browse files
committed
fix(rules): Quote type correctly
1 parent 6e92341 commit 6e1e31d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

00-default/games/etterna.rules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# https://github.com/etternagame/etterna
2-
{ "name": "Etterna", "type: "Game" }
3-
{ "name": "etterna", "type: "Game" }
2+
{ "name": "Etterna", "type": "Game" }
3+
{ "name": "etterna", "type": "Game" }

0 commit comments

Comments
 (0)