Skip to content

Commit 03d9472

Browse files
committed
Update initial commit message
1 parent 362c87a commit 03d9472

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

app/commands/download.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,12 @@ def setup_exercise_folder(
8888

8989
if config.exercise_repo.init:
9090
init(verbose)
91+
initial_commit_message = "Set initial state"
9192
if download_resources:
9293
add_all(verbose)
93-
commit("Initialize exercise", verbose)
94+
commit(initial_commit_message, verbose)
9495
else:
95-
empty_commit("Initialize exercise", verbose)
96+
empty_commit(initial_commit_message, verbose)
9697

9798
info("Executing download setup")
9899
execute_py_file_function_from_url(

0 commit comments

Comments
 (0)