Skip to content

Commit ad83115

Browse files
committed
fix: Fixed incorrect method name
1 parent c66c89c commit ad83115

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/SecureCommand.php

+1-3
Original file line numberDiff line numberDiff line change
@@ -369,9 +369,7 @@ public function disable_file_editor($args, $assoc_args) : void {
369369
* @when before_wp_load
370370
*/
371371
public function fix_permissions($args, $assoc_args) : void {
372-
(new FixFileAndDirPermissions($assoc_args))->fixPermissions();
373-
374-
WP_CLI::success("Permission successfully updated.");
372+
(new FixFileAndDirPermissions($assoc_args))->output();
375373
}
376374

377375
/**

0 commit comments

Comments
 (0)