From 88da7b16ce653472f3d2f2324f909b01e6745843 Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Mon, 27 Apr 2020 22:07:22 +0000 Subject: [PATCH] test: update pkg paths for BOM the BOM test needs to the new paths /v3 path element --- test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test b/test index 4d4ea9be8394..08bd3e398c35 100755 --- a/test +++ b/test @@ -640,7 +640,7 @@ function bom_pass { echo "Checking bill of materials..." license-bill-of-materials \ --override-file bill-of-materials.override.json \ - go.etcd.io/etcd go.etcd.io/etcd/etcdctl >bom-now.json || true + go.etcd.io/etcd/v3 go.etcd.io/etcd/v3/etcdctl >bom-now.json || true if ! diff bill-of-materials.json bom-now.json; then echo "vendored licenses do not match given bill of materials" exit 255