mirror of
https://github.com/tj-actions/changed-files
synced 2025-01-29 13:34:51 +00:00
Update get-changed-paths.sh
This commit is contained in:
parent
3840bc84e6
commit
3d46931839
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ function get_dirname_max_depth() {
|
||||||
local depth="2"
|
local depth="2"
|
||||||
|
|
||||||
while [ "$depth" -le "$max_depth" ]; do
|
while [ "$depth" -le "$max_depth" ]; do
|
||||||
output="$output/${dirs[$depth]}"
|
output="$output/${dirs[${depth}]}"
|
||||||
depth=$((depth + 1))
|
depth=$((depth + 1))
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue