3
0
Fork 0
mirror of https://github.com/tj-actions/changed-files synced 2024-12-16 19:27:39 +00:00

Updated arguments

This commit is contained in:
Tonye Jack 2022-11-23 18:38:53 -07:00
parent 32c707316b
commit 0951b64836

View file

@ -25,7 +25,7 @@ if [[ -n $INPUT_DIFF_RELATIVE ]]; then
fi
function get_dirname_max_depth() {
local dir="$1"
local dir="$@"
local dirs=()
IFS='/' read -ra dirs <<< "$dir"