Skip to content

Commit

Permalink
fix: Linter issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Matovidlo committed Dec 18, 2024
1 parent 21aff4c commit 96b9c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/pkg/template/manifest/manifest.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ func (f *File) Evaluate(ctx context.Context, jsonnetCtx *jsonnet.Context) (*Mani
return m, nil
}

// EvaluateWithoutRecords is used for empty manifests to load context information into `Manifest` structure
// EvaluateWithoutRecords is used for empty manifests to load context information into `Manifest` structure.
func (f *File) EvaluateWithoutRecords(ctx context.Context, jsonnetCtx *jsonnet.Context) (m *Manifest, err error) {
// Evaluate Jsonnet
content, err := evaluateFile(ctx, f.file, jsonnetCtx)
Expand Down

0 comments on commit 96b9c5a

Please sign in to comment.