Skip to content

Commit ba5c0e5

Browse files
authored
Fix bad filenames (#856)
1 parent 07f657a commit ba5c0e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

exercises/practice/bottle-song/.meta/config.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
],
55
"files": {
66
"solution": [
7-
"./bottle-song.lisp"
7+
"bottle-song.lisp"
88
],
99
"test": [
10-
"./bottle-song-test.lisp"
10+
"bottle-song-test.lisp"
1111
],
1212
"example": [
13-
"./.meta/example.lisp"
13+
".meta/example.lisp"
1414
]
1515
},
1616
"blurb": "Produce the lyrics to the popular children's repetitive song: Ten Green Bottles.",

0 commit comments

Comments
 (0)