Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
errordeveloper authored Nov 9, 2018
1 parent 4262001 commit fa4e1bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cfn/builder/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func (c *ClusterResourceSet) AddAllResources() error {
dedicatedVPC := c.spec.VPC.ID == ""

c.rs.template.Description = fmt.Sprintf(
"%s (dedicated VPC: %v, dedicatd IAM: %v) %s",
"%s (dedicated VPC: %v, dedicated IAM: %v) %s",
clusterTemplateDescription,
dedicatedVPC, true,
templateDescriptionSuffix)
Expand Down

0 comments on commit fa4e1bd

Please sign in to comment.