Skip to content

Commit

Permalink
fix: add trailing slash to download files (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
denniserdmann authored Jul 7, 2022
1 parent 83113e4 commit e930db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe/files.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// Retrieve files from remote (rsync)
desc('Downloads the files from remote.');
task('files:retrieve', static function () {
download("{{release_or_current_path}}/files", 'files/');
download("{{release_or_current_path}}/files/", 'files/');
info('Download of files/ directory completed');
});

Expand Down

0 comments on commit e930db5

Please sign in to comment.