Skip to content

Commit

Permalink
Azure: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ish-hcc committed Jun 11, 2024
1 parent 9449f0d commit bf44de7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ func (ac *AzureClusterHandler) CreateCluster(clusterReqInfo irs.ClusterInfo) (in
}
}
if k8sVersionUnsupported {
createErr = errors.New(fmt.Sprintf("Failed to Creating Cluster. " +
createErr = errors.New(fmt.Sprintf("Failed to Create Cluster. " +
"err = Unsupported K8S version. (Available versions: " + strings.Join(versions[:], ", ") + ")"))
cblogger.Error(createErr.Error())
LoggingError(hiscallInfo, createErr)
Expand Down

0 comments on commit bf44de7

Please sign in to comment.