Skip to content

Commit 1956e35

Browse files
authored
Fix typo
Small typo in example code.
1 parent 60d62e5 commit 1956e35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes/aws-connect-v4/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ func main() {
4343
log.Fatal("missing -secret-key or AWS_SECRET_KEY environment variable")
4444
}
4545
if *region == "" {
46-
log.Fatal("please specify an AWS region with -regiom")
46+
log.Fatal("please specify an AWS region with -region")
4747
}
4848

4949
signingClient := aws.NewV4SigningClient(credentials.NewStaticCredentials(

0 commit comments

Comments
 (0)