Skip to content

Commit 441b129

Browse files
authored
Update logs.php
1 parent 3f8d417 commit 441b129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/task/logs.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77

88
desc('Read logs from a given host');
99
task('logs', function() {
10-
writeln(run('cd "{{deploy_path}}/current" && {{log_command}}'));
10+
writeln(run('cd {{deploy_path}}/current && {{log_command}}'));
1111
})->shallow();

0 commit comments

Comments
 (0)