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