Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
connorhu committed Feb 29, 2024
1 parent 112646c commit df61662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/github/files_between_commits.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ hash=$2

git diff --name-only ${branch}..${hash} || exit 1

# the previous commit lists the changed files as their new name, so we list the original names too
# the previous command lists the changed files as their new name, so we list the original names too
git diff ${branch}..${hash} | grep '^rename from' | sed 's/^rename from //' || exit 1

0 comments on commit df61662

Please sign in to comment.