Skip to content

Commit

Permalink
found not ound
Browse files Browse the repository at this point in the history
  • Loading branch information
emosbaugh committed Nov 30, 2021
1 parent 4d0eaf4 commit fba0f97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/analyze/image_pull_secret.go
Expand Up @@ -61,7 +61,7 @@ func analyzeImagePullSecret(analyzer *troubleshootv1beta2.ImagePullSecret, getCh
if result.IsPass {
result.Message = fmt.Sprintf("Credentials to pull from: %s found", analyzer.RegistryName)
} else {
result.Message = fmt.Sprintf("Credentials to pull from: %s not ound", analyzer.RegistryName)
result.Message = fmt.Sprintf("Credentials to pull from: %s not found", analyzer.RegistryName)
}
}
return &result, nil
Expand Down

0 comments on commit fba0f97

Please sign in to comment.