Skip to content

Commit ea3504f

Browse files
Fix typo
1 parent 1567f91 commit ea3504f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release/kubectl-mongodb/python/build_kubectl_plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def download_plugin_for_tests_image(build_scenario: BuildScenario, s3_bucket: st
118118
sys.exit(1)
119119

120120
plugin_path = f"{S3_BUCKET_KUBECTL_PLUGIN_SUBPATH}/{version}/dist/kubectl-mongodb_linux_amd64_v1/kubectl-mongodb"
121-
for plugin_path, local_path in s3_and_local_plugin_path(version).items:
121+
for plugin_path, local_path in s3_and_local_plugin_path(version).items():
122122
logger.info(f"Downloading s3://{s3_bucket}/{plugin_path} to {local_path}")
123123
try:
124124
s3_client.download_file(s3_bucket, plugin_path, local_path)

0 commit comments

Comments
 (0)