Skip to content

Commit

Permalink
#85 extra check
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Oct 2, 2023
1 parent 32f656e commit 7284d8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions steps/polish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ fi

repos=$(find "${dir}" -maxdepth 2 -mindepth 2 -type d -exec realpath --relative-to="${dir}" {} \;)
echo "${repos}" | while read -r repo; do
if [ -z "${repo}" ]; then continue; fi
if grep -Fxq "${repo}" "${TARGET}/repositories.csv"; then
echo "Directory of ${repo} is already here"
else
Expand Down

0 comments on commit 7284d8e

Please sign in to comment.