Fix missing char

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2023-07-24 20:58:04 +02:00
parent 44d001279c
commit bb49537079
Signed by: luzifer
GPG Key ID: D91C3E91E4CAD6F5

View File

@ -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