We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9abe4b commit 30920e7Copy full SHA for 30920e7
mmv1/api/product.go
@@ -36,7 +36,7 @@ type Product struct {
36
Name string
37
38
// This is the name of the package path relative to mmv1 root repo
39
- PackagePath string
+ PackagePath string `yaml:"package_path,omitempty"`
40
41
// original value of :name before the provider override happens
42
// same as :name if not overridden in provider
0 commit comments