mirror of
https://github.com/helm/helm.git
synced 2026-05-28 04:35:48 -04:00
Update pkg/engine/engine.go
Co-authored-by: George Jenkins <gvjenkins@gmail.com> Signed-off-by: Terry Howe <terrylhowe@gmail.com>
This commit is contained in:
parent
91a65234ac
commit
b2870379c8
1 changed files with 1 additions and 1 deletions
|
|
@ -377,7 +377,7 @@ func parseTemplateExecErrorString(s string) (TraceableError, bool) {
|
|||
// Matches https://cs.opensource.google/go/go/+/refs/tags/go1.23.6:src/text/template/exec.go;l=138
|
||||
traceableError, done = parseTemplateSimpleErrorString(remainder)
|
||||
if done {
|
||||
return traceableError, done
|
||||
return traceableError, true
|
||||
}
|
||||
|
||||
return TraceableError{}, false
|
||||
|
|
|
|||
Loading…
Reference in a new issue