Skip to content

Commit d51fe5c

Browse files
committed
Fix output path
1 parent c005193 commit d51fe5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SDK/Language/GraphQL.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ public function getFiles(): array
195195
return [
196196
[
197197
'scope' => 'method',
198-
'destination' => 'docs/examples/graphql/{{service.name | caseLower}}/{{method.name | caseDash}}.md',
198+
'destination' => 'docs/examples/{{service.name | caseLower}}/{{method.name | caseDash}}.md',
199199
'template' => '/graphql/docs/example.md.twig',
200200
],
201201
];

0 commit comments

Comments
 (0)