Skip to content

Commit

Permalink
Update get-changed-paths.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Nov 24, 2022
1 parent 3d46931 commit 63f38f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions get-changed-paths.sh
Expand Up @@ -41,6 +41,7 @@ function get_dirname_max_depth() {
local depth="2"

while [ "$depth" -le "$max_depth" ]; do
current_dir="${dirs[2]}"
output="$output/${dirs[${depth}]}"
depth=$((depth + 1))
done
Expand Down

0 comments on commit 63f38f9

Please sign in to comment.