Skip to content

Commit

Permalink
#1661 Fix typo in the migrate parameter "es-index"
Browse files Browse the repository at this point in the history
  • Loading branch information
To-om committed Nov 17, 2020
1 parent a53ce20 commit 9862b11
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ object Migrate extends App with MigrationOps {
opt[String]('i', "es-index")
.valueName("<index>")
.text("TheHive3 ElasticSearch index name")
.action((i, c) => addConfig(c, "intput.search.index", i)),
.action((i, c) => addConfig(c, "input.search.index", i)),
opt[String]('a', "es-keepalive")
.valueName("<duration>")
.text("TheHive3 ElasticSearch keepalive")
Expand Down

0 comments on commit 9862b11

Please sign in to comment.