From 02b94fcc0dd42e9ede84f87570064ce0f8faa423 Mon Sep 17 00:00:00 2001 From: Gyuho Lee Date: Tue, 28 Aug 2018 20:53:28 -0700 Subject: [PATCH] test: fix "license-bill-of-materials" command Signed-off-by: Gyuho Lee --- test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test b/test index 15c11c952..bfbc078ad 100755 --- a/test +++ b/test @@ -648,7 +648,7 @@ function bom_pass { echo "Checking bill of materials..." license-bill-of-materials \ --override-file bill-of-materials.override.json \ - github.com/coreos/etcd github.com/coreos/etcd/etcdctl >bom-now.json || true + go.etcd.io/etcd go.etcd.io/etcd/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