Skip to content

Commit

Permalink
fix: Fixed incorrect method name
Browse files Browse the repository at this point in the history
  • Loading branch information
igorhrcek committed Mar 20, 2022
1 parent 13c5364 commit 0c22e33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SubCommands/FixFileAndDirPermissions.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class FixFileAndDirPermissions {
*
* @return bool
*/
public function fixPermissions() : bool {
public function output() : bool {
//Stop execution if ABSPATH is not defined to prevent changing permissions in the wrong place
if(!defined('ABSPATH')) {
return false;
Expand Down

0 comments on commit 0c22e33

Please sign in to comment.