report-targets: process vm/* either

A trivial overlook fixed up.
This commit is contained in:
Michael Shigorin 2013-07-01 12:08:00 +00:00
parent fd9a5fcbe2
commit e3e9d4b894

View File

@ -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";;