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