From d8cf3b557dd595b8922b6b50cfc67ab69ef44268 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20-=20Le=20Filament?= <theo@le-filament.com> Date: Tue, 17 Sep 2024 18:41:27 +0200 Subject: [PATCH] fix: typo in module installation logging --- get_addons | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get_addons b/get_addons index c82511b..581a1a7 100644 --- a/get_addons +++ b/get_addons @@ -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 -- GitLab