Skip to content

Commit 56433dc

Browse files
committed
Add missing space in cluster up logs
1 parent 7ccb746 commit 56433dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/cmd/cluster.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -779,7 +779,7 @@ func createBucketIfNotFound(awsClient *aws.Client, bucket string, tags map[strin
779779
return err
780780
}
781781
} else {
782-
fmt.Print("○ using existing s3 bucket:", bucket)
782+
fmt.Print("○ using existing s3 bucket: ", bucket)
783783
}
784784

785785
// retry since it's possible that it takes some time for the new bucket to be registered by AWS

0 commit comments

Comments
 (0)