Skip to content

Commit 3abeed8

Browse files
committed
deploy: 5fd5e6e
1 parent 4372613 commit 3abeed8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test-download.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,11 +150,12 @@ def main(exercise_folder_name: str) -> None:
150150
os.chdir(os.path.join(test_folder_name, repo_name))
151151
if config["exercise_repo"]["init"]:
152152
init()
153+
initial_commit_message = "Set initial state"
153154
if download_resources:
154155
add_all()
155-
commit("Initialize exercise")
156+
commit(initial_commit_message)
156157
else:
157-
empty_commit("Initialize exercise")
158+
empty_commit(initial_commit_message)
158159

159160
if "setup" in namespace:
160161
namespace["setup"]()

0 commit comments

Comments
 (0)