Skip to content

Commit c79185f

Browse files
committed
fix syntax error
1 parent 4b7bb70 commit c79185f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy.php

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

113113
writeln('Build complete.');
114114

115-
})>select('local');
115+
})->select('local');
116116

117117
desc('Copy static website files to remote server');
118118
task('deploy:update_code', function () {

0 commit comments

Comments
 (0)