We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9997cc0 commit 362c87aCopy full SHA for 362c87a
app/commands/download.py
@@ -90,9 +90,9 @@ def setup_exercise_folder(
90
init(verbose)
91
if download_resources:
92
add_all(verbose)
93
- commit("Initial commit", verbose)
+ commit("Initialize exercise", verbose)
94
else:
95
- empty_commit("Initial commit", verbose)
+ empty_commit("Initialize exercise", verbose)
96
97
info("Executing download setup")
98
execute_py_file_function_from_url(
0 commit comments