Skip to content

Commit b575cda

Browse files
committed
Ruby too
1 parent 57607ee commit b575cda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SDK/Language/Ruby.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ public function getFiles(): array
164164
],
165165
[
166166
'scope' => 'service',
167-
'destination' => '/lib/{{ spec.title | caseDash}}/services/{{service.name | caseDash}}.rb',
167+
'destination' => '/lib/{{ spec.title | caseDash}}/services/{{service.name | caseSnake}}.rb',
168168
'template' => 'ruby/lib/container/services/service.rb.twig',
169169
],
170170
[

0 commit comments

Comments
 (0)