fix typo in reports/s3.go (#573)

This commit is contained in:
Yoshikazu Aoyama
2017-12-27 22:30:26 +09:00
committed by Kota Kanbe
parent 0e8736045e
commit cc28bf4ae2

View File

@@ -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