Skip to content

Commit e98367f

Browse files
committed
feat: typo
1 parent dbe028c commit e98367f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

atcodertools/tools/envgen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ def emit_info(text):
154154

155155
emit_info("current directory: " + problem_dir_path)
156156
# ojdlも走らせる
157-
subprocess.run(["oj", "donwnload", problem.get_url()], cwd=problem_dir_path)
157+
subprocess.run(["oj", "download", problem.get_url()], cwd=problem_dir_path)
158158

159159
# Save metadata
160160
metadata_path = os.path.join(problem_dir_path, "metadata.json")

0 commit comments

Comments
 (0)