Skip to content

Commit c66c89c

Browse files
committed
feat: Added success message after execution
1 parent 0c22e33 commit c66c89c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SubCommands/FixFileAndDirPermissions.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ public function output() : bool {
2929
chmod($file, is_file($file) ? $this->filePermissions : $this->directoryPermissions);
3030
}
3131

32-
return true;
32+
WP_CLI::success("Permissions were successfully updated.");
3333
}
3434
}

0 commit comments

Comments
 (0)