From b3bb2b9dbec1147f9326e47ed2a88bb7935e0e45 Mon Sep 17 00:00:00 2001 From: staebler Date: Thu, 13 Dec 2018 10:13:02 -0500 Subject: [PATCH] fix comment that still refers to tectonicClusterID The tectonicClusterID tag was replaced with openshiftClusterID in 63442f4f5ee14287345f1e4d8129197d8b4450e6. However, there was a comment inadvertently left behind that still references tectonicClusterID. --- pkg/storage/s3/s3.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/storage/s3/s3.go b/pkg/storage/s3/s3.go index 3407408c68..cbc0f70f11 100644 --- a/pkg/storage/s3/s3.go +++ b/pkg/storage/s3/s3.go @@ -102,7 +102,7 @@ func (d *driver) createAndTagBucket(svc *s3.S3, installConfig *installer.Install return err } - // Tag the bucket with the tectonicClusterID + // Tag the bucket with the openshiftClusterID // along with any user defined tags from the cluster configuration if installConfig.Platform.AWS != nil { var tagSet []*s3.Tag