Skip to content

Commit a669db4

Browse files
committed
[API] Generator: Use full path for Utils since used in X-Pack too
1 parent 0bee54f commit a669db4

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
@@ -152,7 +152,7 @@ def msearch_template_body_helper
152152
def bulk_body_helper
153153
<<~SRC
154154
if body.is_a? Array
155-
payload = Utils.__bulkify(body)
155+
payload = Elasticsearch::API::Utils.__bulkify(body)
156156
else
157157
payload = body
158158
end

0 commit comments

Comments
 (0)