plugin/converter/starlark.go: fix comment
This actually is a starlark file, not a jsonnet file.
This commit is contained in:
parent
dff798a4d1
commit
0239d0474a
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ func (p *starlarkPlugin) Convert(ctx context.Context, req *core.ConvertArgs) (*c
|
|||
return nil, nil
|
||||
}
|
||||
|
||||
// convert the jsonnet file to yaml
|
||||
// convert the starlark file to yaml
|
||||
buf := new(bytes.Buffer)
|
||||
|
||||
return &core.Config{
|
||||
|
|
Loading…
Reference in a new issue