Skip to content

Commit 0023375

Browse files
committed
feat: Added success message after execution
1 parent ad83115 commit 0023375

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/SubCommands/FixFileAndDirPermissions.php

+2
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,7 @@ public function output() : bool {
3030
}
3131

3232
WP_CLI::success("Permissions were successfully updated.");
33+
34+
return true;
3335
}
3436
}

0 commit comments

Comments
 (0)