Skip to content

Commit

Permalink
Update lib/support.sh
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
kportertx and github-actions[bot] authored Nov 9, 2023
1 parent 7a7c2a4 commit 424736e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/support.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ function _dir_dirs() {
local search_dir=$1

while IFS= read -r -d '' dir; do
local found_dir=
found_dir=$(basename "${dir}")
echo "${found_dir}"
local found_dir=
found_dir=$(basename "${dir}")
echo "${found_dir}"
done < <(find "${search_dir}" -mindepth 1 -maxdepth 1 -type d -print0)
}

Expand Down

0 comments on commit 424736e

Please sign in to comment.