Skip to content

Commit 9ad82a1

Browse files
committed
[API] Generator: include DLM in upcased names
1 parent 3f034aa commit 9ad82a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elasticsearch-api/utils/thor/generator/endpoint_specifics.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def needs_complex_ignore_404?(endpoint)
7676
end
7777

7878
def module_name_helper(name)
79-
return name.upcase if %w[sql ssl].include? name
79+
return name.upcase if %w[sql ssl dlm].include? name
8080

8181
name.split('_').map(&:capitalize).map{ |n| n == 'Xpack' ? 'XPack' : n }.join
8282
end

0 commit comments

Comments
 (0)