aboutsummaryrefslogtreecommitdiffstats
path: root/bommom.go
diff options
context:
space:
mode:
Diffstat (limited to 'bommom.go')
-rw-r--r--bommom.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/bommom.go b/bommom.go
index 8fca701..2d14bf8 100644
--- a/bommom.go
+++ b/bommom.go
@@ -175,7 +175,7 @@ func initCmd() {
// dummy BomMeta already exists?
return
}
- b := makeTestBom()
+ _, b := makeTestBom()
b.Version = "v001"
bm = &BomMeta{Name: "gizmo",
Owner: "common",