Commit e3e9d4b8 authored by Michael Shigorin's avatar Michael Shigorin

report-targets: process vm/* either

A trivial overlook fixed up.
parent fd9a5fcb
......@@ -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";;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment