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 3840bc8 commit 3d46931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get-changed-paths.sh
Expand Up @@ -41,7 +41,7 @@ function get_dirname_max_depth() {
local depth="2"

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

Expand Down

0 comments on commit 3d46931

Please sign in to comment.