From bb4953707919f8d360e535a3513d444e33079f8c Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Mon, 24 Jul 2023 20:58:04 +0200 Subject: [PATCH] Fix missing char Signed-off-by: Knut Ahlers --- bin/ensure-config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/ensure-config.sh b/bin/ensure-config.sh index 762de1f..af4e86b 100755 --- a/bin/ensure-config.sh +++ b/bin/ensure-config.sh @@ -48,7 +48,7 @@ for repo_name in "${!REPOS[@]}"; do clone_url=$(echo ${REPOS[$repo_name]} | cut -d '#' -f 1) branch=$(echo ${REPOS[$repo_name]} | cut -d '#' -f 2) - step "Working on '${repo_name}' (remote: '${clone_url}', branch: '${branch}'..." + step "Working on '${repo_name}' (remote: '${clone_url}', branch: '${branch}')..." # Clone repo if it's not already available if ! [ -d "${HOME}/.cfg/${repo_name}" ]; then