plugin/converter/starlark.go: fix comment

This actually is a starlark file, not a jsonnet file.
This commit is contained in:
Florian Klink 2020-05-26 14:37:10 +02:00 committed by GitHub
parent dff798a4d1
commit 0239d0474a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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{