Skip to content

Commit e930db5

Browse files
fix: add trailing slash to download files (#2)
1 parent 83113e4 commit e930db5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipe/files.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// Retrieve files from remote (rsync)
66
desc('Downloads the files from remote.');
77
task('files:retrieve', static function () {
8-
download("{{release_or_current_path}}/files", 'files/');
8+
download("{{release_or_current_path}}/files/", 'files/');
99
info('Download of files/ directory completed');
1010
});
1111

0 commit comments

Comments
 (0)