We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c22e33 commit c66c89cCopy full SHA for c66c89c
src/SubCommands/FixFileAndDirPermissions.php
@@ -29,6 +29,6 @@ public function output() : bool {
29
chmod($file, is_file($file) ? $this->filePermissions : $this->directoryPermissions);
30
}
31
32
- return true;
+ WP_CLI::success("Permissions were successfully updated.");
33
34
0 commit comments