We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fe9d69 commit 2344479Copy full SHA for 2344479
cmd/eval-dev-quality/cmd/evaluate.go
@@ -832,7 +832,7 @@ func (command *Evaluate) evaluateKubernetes(ctx *evaluate.Context) (err error) {
832
833
var storageTemplateData bytes.Buffer
834
if err := storageTemplate.Execute(&storageTemplateData, data); err != nil {
835
- return pkgerrors.Wrap(err, "could not execute storate template")
+ return pkgerrors.Wrap(err, "could not execute storage template")
836
}
837
838
// Create the storage access pod.
0 commit comments