Browse Source

fixed gitlab error typo: gilabClient -> gitlabClient (#3241)

Signed-off-by: Trenton VanderWert <trenton.vanderwert@gmail.com>
Trent V 2 years ago
parent
commit
de78ea175f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pkg/provider/gitlab/gitlab.go

+ 1 - 1
pkg/provider/gitlab/gitlab.go

@@ -40,7 +40,7 @@ const (
 	errGitlabCredSecretName                   = "credentials are empty"
 	errInvalidClusterStoreMissingSAKNamespace = "invalid clusterStore missing SAK namespace"
 	errFetchSAKSecret                         = "couldn't find secret on cluster: %w"
-	errList                                   = "could not verify whether the gilabClient is valid: %w"
+	errList                                   = "could not verify whether the gitlabClient is valid: %w"
 	errProjectAuth                            = "gitlabClient is not allowed to get secrets for project id [%s]"
 	errGroupAuth                              = "gitlabClient is not allowed to get secrets for group id [%s]"
 	errUninitializedGitlabProvider            = "provider gitlab is not initialized"