Fix missing char
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
44d001279c
commit
bb49537079
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ for repo_name in "${!REPOS[@]}"; do
|
||||||
clone_url=$(echo ${REPOS[$repo_name]} | cut -d '#' -f 1)
|
clone_url=$(echo ${REPOS[$repo_name]} | cut -d '#' -f 1)
|
||||||
branch=$(echo ${REPOS[$repo_name]} | cut -d '#' -f 2)
|
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
|
# Clone repo if it's not already available
|
||||||
if ! [ -d "${HOME}/.cfg/${repo_name}" ]; then
|
if ! [ -d "${HOME}/.cfg/${repo_name}" ]; then
|
||||||
|
|
Loading…
Reference in a new issue