Skip to content

Commit 6669a83

Browse files
authored
Fix wrong example path in config.json (#1628)
1 parent 0bd7eb9 commit 6669a83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"%{snake_slug}_test.rb"
2727
],
2828
"example": [
29-
".meta/solutions/%{snake_slug}.rb"
29+
".meta/example.rb"
3030
],
3131
"exemplar": [
3232
".meta/exemplar.rb"

0 commit comments

Comments
 (0)