We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1956e35 commit 0534a7bCopy full SHA for 0534a7b
recipes/aws-mapping-v4/main.go
@@ -88,7 +88,7 @@ func main() {
88
log.Fatal("please specify an index name with -index")
89
}
90
if *region == "" {
91
- log.Fatal("please specify an AWS region with -regiom")
+ log.Fatal("please specify an AWS region with -region")
92
93
94
// Create an Elasticsearch client
0 commit comments