mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
fea: Remane modules_exp to modules_for_bom to improve code and clarity
Signed-off-by: mevrin <matthieu.evrin@gmail.com>
This commit is contained in:
@@ -509,7 +509,7 @@ function bom_pass {
|
||||
log_callout "Checking bill of materials..."
|
||||
# https://github.com/golang/go/commit/7c388cc89c76bc7167287fb488afcaf5a4aa12bf
|
||||
# shellcheck disable=SC2207
|
||||
modules=($(modules_exp))
|
||||
modules=($(modules_for_bom))
|
||||
|
||||
# Internally license-bill-of-materials tends to modify go.sum
|
||||
run cp go.sum go.sum.tmp || return 2
|
||||
|
||||
Reference in New Issue
Block a user