Skip to content

Commit

Permalink
Update internal/provisioner/cluster_installation_provisioner.go
Browse files Browse the repository at this point in the history
Co-authored-by: Felipe Martin <812088+fmartingr@users.noreply.github.com>
  • Loading branch information
stylianosrigas and fmartingr committed Nov 25, 2022
1 parent 377621d commit 38f225c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/provisioner/cluster_installation_provisioner.go
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ func (provisioner *CommonProvisioner) updateClusterInstallation(
logger.Debug("Removing Mattermost installation SLI as installation group not in the approved list")
err = deleteInstallationSLI(clusterInstallation, k8sClient, logger)
if err != nil {
return errors.Wrapf(err, "failed to create cluster installation SLI %s", clusterInstallation.ID)
return errors.Wrapf(err, "failed to delete cluster installation SLI %s", clusterInstallation.ID)
}
}

Expand Down

0 comments on commit 38f225c

Please sign in to comment.