mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-24 01:02:24 +01:00
Namespace fix.
This commit is contained in:
parent
930fa6b6c0
commit
ed9220139a
@ -384,7 +384,7 @@ task('deploy:writable', function () {
|
||||
run("$sudo chmod -R 777 $dirs");
|
||||
}
|
||||
} catch (\RuntimeException $e) {
|
||||
$formatter = \Deployer\Deployer::get()->getHelper('formatter');
|
||||
$formatter = Deployer::get()->getHelper('formatter');
|
||||
|
||||
$errorMessage = [
|
||||
"Unable to setup correct permissions for writable dirs. ",
|
||||
|
Loading…
x
Reference in New Issue
Block a user