Skip to content
Snippets Groups Projects
Commit d8cf3b55 authored by Théo - Le Filament's avatar Théo - Le Filament
Browse files

fix: typo in module installation logging

parent a2752e45
No related branches found
No related tags found
No related merge requests found
......@@ -131,7 +131,7 @@ fi
## Get module code and save informations about it in a CSV file.
# Checkout to ref.
log_action="repo '${repo}': checkout to '${ref}'"
log_action="repo '${repo}': checkout to '${ref}'..."
print_info "$log_action"
git -C "${TMP_REPO_PATH}" checkout "${ref}"
if [ "$?" -eq 0 ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment