fix typo in reports/s3.go (#573)
This commit is contained in:
committed by
Kota Kanbe
parent
0e8736045e
commit
cc28bf4ae2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user