Skip to content

Commit

Permalink
Updated arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Nov 24, 2022
1 parent 32c7073 commit 0951b64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get-changed-paths.sh
Expand Up @@ -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"
Expand Down

0 comments on commit 0951b64

Please sign in to comment.