Skip to content

Commit

Permalink
Update src/Audit/DatabaseExposure.php
Browse files Browse the repository at this point in the history
Co-authored-by: Dan Lemon <[email protected]>
  • Loading branch information
Tim Clifford and Dan Lemon authored Jan 27, 2021
1 parent f105177 commit b9ab8de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Audit/DatabaseExposure.php
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ public function remediate(Sandbox $sandbox) {
$list = $sandbox->getParameter('results');

$stat = $sandbox->drush(['format' => 'json'])->status();
$root = strtr($root, $stat['%paths']);
$root = strtr($root, $stat['%paths']);

$output = '';
if (!empty($list['filepaths'])) {
Expand Down

0 comments on commit b9ab8de

Please sign in to comment.