Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The `BuildTOML.isEmpty()` method is used in one place, build.go, to check if it should write out build.toml. In the present state, if Unmet is empty but you have BOM entries then the build.toml and BOM entries are never written out. This change will look at both BOM & Unmet to determine emptiness. Thus it will write build.toml if BOM or Unmet has values. Signed-off-by: Daniel Mikusa <dmikusa@vmware.com>
- Loading branch information