3
0
Fork 0
mirror of https://github.com/tj-actions/changed-files synced 2024-12-17 13:47:20 +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 fi
function get_dirname_max_depth() { function get_dirname_max_depth() {
local dir="$1" local dir="$@"
local dirs=() local dirs=()
IFS='/' read -ra dirs <<< "$dir" IFS='/' read -ra dirs <<< "$dir"