Skip to content

Commit

Permalink
fix plugins.json mapping method, add more logging, improve test code …
Browse files Browse the repository at this point in the history
…quality
  • Loading branch information
Glutamat42 committed Jan 23, 2025
1 parent e8a1fba commit 4402b22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/playbook.php
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ private function load_plugins_to_install(): array {
return new install_plugins_model(
$plugin['version'],
$plugin['name'],
null,
$plugin['package_repo'],
);
}, $pluginsArray);
}
Expand Down

0 comments on commit 4402b22

Please # to comment.