Skip to content

Commit 362c87a

Browse files
committed
Update initial commit message
1 parent 9997cc0 commit 362c87a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/commands/download.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ def setup_exercise_folder(
9090
init(verbose)
9191
if download_resources:
9292
add_all(verbose)
93-
commit("Initial commit", verbose)
93+
commit("Initialize exercise", verbose)
9494
else:
95-
empty_commit("Initial commit", verbose)
95+
empty_commit("Initialize exercise", verbose)
9696

9797
info("Executing download setup")
9898
execute_py_file_function_from_url(

0 commit comments

Comments
 (0)