Skip to content

Commit

Permalink
replace ref
Browse files Browse the repository at this point in the history
  • Loading branch information
connorhu committed Feb 29, 2024
1 parent 60e3902 commit be6ae0f
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
@@ -1,6 +1,6 @@
#!/bin/sh

branch=$1
branch=${1#refs/}
hash=$2

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

0 comments on commit be6ae0f

Please sign in to comment.