Skip to content

Commit c5f51a3

Browse files
authored
Fix var name
1 parent e90c84b commit c5f51a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/includes/indexes/atlas-search-index.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
)
2020

2121
# Creates an index on the specified field with the specified index name
22-
index-definition = {
22+
index_definition = {
2323
mappings: {
2424
dynamic: false,
2525
fields: {

0 commit comments

Comments
 (0)