Skip to content

Commit 90913b2

Browse files
committed
ingest: Fix vendored script path
Follow up to automated update of the vendored subrepo in the previous commit.
1 parent 2a5071a commit 90913b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • ingest/build-configs/nextstrain-automation

ingest/build-configs/nextstrain-automation/upload.smk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ rule upload_to_s3:
2929
cloudfront_domain=config["cloudfront_domain"],
3030
shell:
3131
"""
32-
./vendored/upload-to-s3 \
32+
./vendored/scripts/upload-to-s3 \
3333
{params.quiet} \
3434
{input.file_to_upload:q} \
3535
{params.s3_dst:q}/{wildcards.remote_file:q} \

0 commit comments

Comments
 (0)