Skip to content

Commit

Permalink
fix typo on delete method
Browse files Browse the repository at this point in the history
  • Loading branch information
shortcuts authored and robertmogos committed Mar 2, 2021
1 parent cbec126 commit f65737a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployer/src/algolia_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def delete_docsearch_key(config):

def delete_docsearch_index(config):
algolia_index = algolia_client_prod.init_index(config)
algolia_index.delet()
algolia_index.delete()


def list_index_analytics_key(config_name):
Expand Down

0 comments on commit f65737a

Please sign in to comment.