From cc28bf4ae2046e651dffb3e5cd2e464616c88421 Mon Sep 17 00:00:00 2001 From: Yoshikazu Aoyama Date: Wed, 27 Dec 2017 22:30:26 +0900 Subject: [PATCH] fix typo in reports/s3.go (#573) --- report/s3.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report/s3.go b/report/s3.go index 9fbaa6a7..d4b73b63 100644 --- a/report/s3.go +++ b/report/s3.go @@ -132,7 +132,7 @@ func CheckIfBucketExists() error { } if !found { return fmt.Errorf( - "Failed to find the buckets. profile: %s, region: %s, bukdet: %s", + "Failed to find the buckets. profile: %s, region: %s, bucket: %s", c.Conf.AwsProfile, c.Conf.AwsRegion, c.Conf.S3Bucket) } return nil