Просмотр исходного кода

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

Signed-off-by: Trenton VanderWert <trenton.vanderwert@gmail.com>
Trent V 2 лет назад
Родитель
Сommit
de78ea175f
1 измененных файлов с 1 добавлено и 1 удалено
  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"