From 0951b64836667676e279fa4d1f9c7fae2a28f34b Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Wed, 23 Nov 2022 18:38:53 -0700 Subject: [PATCH] Updated arguments --- get-changed-paths.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get-changed-paths.sh b/get-changed-paths.sh index 6214e1c2749..d8560490fa1 100755 --- a/get-changed-paths.sh +++ b/get-changed-paths.sh @@ -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"