Skip to content

Commit e7361de

Browse files
authored
Update files array in config.json
1 parent c08b458 commit e7361de

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

config.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@
2020
},
2121
"files": {
2222
"solution": [
23-
"./%{kebab_slug}.lisp"
23+
"%{kebab_slug}.lisp"
2424
],
2525
"test": [
26-
"./%{kebab_slug}-test.lisp"
26+
"%{kebab_slug}-test.lisp"
2727
],
2828
"example": [
29-
"./.meta/example.lisp"
29+
".meta/example.lisp"
3030
],
3131
"exemplar": [
32-
"./.meta/exempler.lisp"
32+
".meta/exempler.lisp"
3333
]
3434
},
3535
"exercises": {

0 commit comments

Comments
 (0)