Skip to content

Commit

Permalink
Fixed code error
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Dec 19, 2022
1 parent 23d04d2 commit 5b4269f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get-changed-paths.sh
Expand Up @@ -85,7 +85,7 @@ function get_diff() {
exit 1
fi
else
if [[ $DIFF == "..." ]]]]; then
if [[ $DIFF == "..." ]]; then
git diff --diff-filter="$filter" --name-only --ignore-submodules=all "$base$DIFF$sha" && exit_status=$? || exit_status=$?
else
git log --first-parent --no-merges --pretty="format:" --diff-filter="$filter" --name-only --ignore-submodules=all "$base$DIFF$sha" && exit_status=$? || exit_status=$?
Expand Down

0 comments on commit 5b4269f

Please sign in to comment.