Update writable.php

This commit is contained in:
Anton Medvedev 2017-08-12 18:50:41 +03:00 committed by GitHub
parent 80e68eced7
commit d4205d0dcc

View File

@ -15,7 +15,7 @@ task('deploy:writable', function () {
$httpUser = get('http_user', false);
$runOpts = [];
if ($sudo) {
$runOpts['tty'] = get('writable_request_tty', false);
$runOpts['tty'] = get('writable_tty', false);
}
if (empty($dirs)) {