Skip to content

Commit

Permalink
Update get-changed-paths.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Feb 14, 2023
1 parent 4dc0f1f commit 6164e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get-changed-paths.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ function get_diff() {
local base="$1"
local sha="$2"
local filter="$3"
local diff="${DIFF:-4}"
local diff="${4:-$DIFF}"

while IFS='' read -r sub; do
sub_commit_pre="$(git diff "$base" "$sha" -- "$sub" | { grep '^[-]Subproject commit' || true; } | awk '{print $3}')" && exit_status=$? || exit_status=$?
Expand Down

0 comments on commit 6164e1c

Please sign in to comment.