Skip to content

Commit

Permalink
Missing json parsed object for drush9
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Clifford committed Oct 13, 2020
1 parent e1f6cc3 commit 4b1026c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Audit/D8SecurityModuleUpdates.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ public function audit(Sandbox $sandbox) {
'name' => isset($module['name']) ? $module['name'] : '',
'version' => isset($module['version']) ? $module['version'] : '',
]);
}, $modules);
}, $json_modules);

$columns = ['Name', 'Current Version'];
$rows = [];
Expand Down

0 comments on commit 4b1026c

Please sign in to comment.