1
0
mirror of https://github.com/mbirth/tcl_update_db.git synced 2024-09-19 16:53:25 +01:00

Output update_map for OTA gapfiller.

This commit is contained in:
Markus Birth 2018-05-29 10:52:48 +02:00
parent aadfa21d42
commit ce26ba21f2

View File

@ -55,6 +55,7 @@ foreach ($refs as $ref) {
'num_missing' => count($missing_froms),
'missing_froms' => $missing_froms,
'latest_ota' => $latest_ota,
'update_map' => $update_map,
);
}
}