Skip to content

Commit

Permalink
fix the incorrect elasticsearch plugin name
Browse files Browse the repository at this point in the history
elasticsearch_analisys_lemmagen -> elasticsearch_analysis_lemmagen
  • Loading branch information
rick68 committed Mar 10, 2017
1 parent f3a4f31 commit 330c7e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/servers/search/elasticsearch/plugins.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ in {
};
};

elasticsearch_analisys_lemmagen = esPlugin rec {
elasticsearch_analysis_lemmagen = esPlugin rec {
name = "elasticsearch-analysis-lemmagen-${version}";
pluginName = "elasticsearch-analysis-lemmagen";
version = "0.1";
Expand Down

0 comments on commit 330c7e4

Please sign in to comment.