report-targets: process vm/* either
A trivial overlook fixed up.
This commit is contained in:
parent
fd9a5fcbe2
commit
e3e9d4b894
@ -21,7 +21,7 @@ while read first second third rest; do
|
||||
for to in $TO; do
|
||||
out=" \"$FROM\" -> \"$to\""
|
||||
case $to in
|
||||
*distro/*)
|
||||
*distro/*|*vm/*)
|
||||
echo "$out [weight=10];";;
|
||||
*)
|
||||
echo "$out";;
|
||||
|
Loading…
x
Reference in New Issue
Block a user