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:
@@ -196,7 +196,7 @@ function modules() {
|
||||
echo "${modules[@]}"
|
||||
}
|
||||
|
||||
function modules_exp() {
|
||||
function modules_for_bom() {
|
||||
for m in $(modules); do
|
||||
echo -n "${m}/... "
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user