Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieljackson committed Aug 19, 2024
1 parent 73e7063 commit c72ebd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/provisioner/external_provisioner.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ func (provisioner *ExternalProvisioner) ProvisionCluster(cluster *model.Cluster)
return err
}
if cluster.HasAWSInfrastructure() {
logger.Info("Provisiong resources for AWS infrastructure")
logger.Info("Provisioning resources for AWS infrastructure")

err = utility.DeployPgbouncerManifests(k8sClient, logger)
if err != nil {
Expand Down

0 comments on commit c72ebd3

Please sign in to comment.