Skip to content

Commit 605c003

Browse files
committed
Update copy_files.py
1 parent 546af06 commit 605c003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/copy_files.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def upload_paths(paths, resp, destination):
9696

9797
if __name__ == "__main__":
9898
parser = argparse.ArgumentParser(
99-
description="Helper script to upload files to S3 bucket"
99+
description="Helper script to upload files to S4 bucket"
100100
)
101101
parser.add_argument("--path", type=str, required=False)
102102
parser.add_argument("--destination", type=str)

0 commit comments

Comments
 (0)