Skip to content

Commit 12c32f8

Browse files
committed
fix typo
1 parent de5cd7e commit 12c32f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rslp/launcher_lib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def download_code(project_id: str, experiment_id: str):
110110
"""
111111
bucket = _get_bucket()
112112
with tempfile.TemporaryDirectory() as tmpdirname:
113-
print("downloading code acrhive")
113+
print("downloading code archive")
114114
blob_path = CODE_BLOB_PATH.format(
115115
project_id=project_id, experiment_id=experiment_id
116116
)

0 commit comments

Comments
 (0)