diff --git a/src/Install/Actions/IndexAction.php b/src/Install/Actions/IndexAction.php index 75ae88c93..2812a2978 100644 --- a/src/Install/Actions/IndexAction.php +++ b/src/Install/Actions/IndexAction.php @@ -67,7 +67,7 @@ class IndexAction extends HtmlAction if (! is_writable($path)) { $errors[] = [ 'message' => 'The '.realpath($path).' directory is not writable.', - 'detail' => 'Please chmod this directory '.($path !== public_path() ? ' and its contents' : '').' to 0755.' + 'detail' => 'Please chmod this directory '.($path !== public_path() ? ' and its contents' : '').' to 0775.' ]; } }