We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f8d417 commit 441b129Copy full SHA for 441b129
src/task/logs.php
@@ -7,5 +7,5 @@
7
8
desc('Read logs from a given host');
9
task('logs', function() {
10
- writeln(run('cd "{{deploy_path}}/current" && {{log_command}}'));
+ writeln(run('cd {{deploy_path}}/current && {{log_command}}'));
11
})->shallow();
0 commit comments