Skip to content

Commit 0534a7b

Browse files
authored
Fix typo
Small typo in example code.
1 parent 1956e35 commit 0534a7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes/aws-mapping-v4/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ func main() {
8888
log.Fatal("please specify an index name with -index")
8989
}
9090
if *region == "" {
91-
log.Fatal("please specify an AWS region with -regiom")
91+
log.Fatal("please specify an AWS region with -region")
9292
}
9393

9494
// Create an Elasticsearch client

0 commit comments

Comments
 (0)