Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Feb 22, 2024
1 parent 0f947a6 commit e1ac324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion steps/polish.sh
Expand Up @@ -53,7 +53,7 @@ fi

olist=${TARGET}/temp/orgs-to-polish.txt
mkdir -p "$(dirname "${olist}")"
echo "Wait a bit, searching for orgs..."
echo "Wait a bit, searching for orgs in '${dir}'..."
find "${dir}" -maxdepth 1 -mindepth 1 -type d -exec realpath --relative-to="${dir}" {} \; > "${olist}"

if [ -s "${olist}" ]; then
Expand Down

0 comments on commit e1ac324

Please sign in to comment.