We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60d62e5 commit 1956e35Copy full SHA for 1956e35
recipes/aws-connect-v4/main.go
@@ -43,7 +43,7 @@ func main() {
43
log.Fatal("missing -secret-key or AWS_SECRET_KEY environment variable")
44
}
45
if *region == "" {
46
- log.Fatal("please specify an AWS region with -regiom")
+ log.Fatal("please specify an AWS region with -region")
47
48
49
signingClient := aws.NewV4SigningClient(credentials.NewStaticCredentials(
0 commit comments