From df61662bde912dfb2c3779a7d0d2c86448e7eb56 Mon Sep 17 00:00:00 2001 From: Karoly Gossler Date: Thu, 29 Feb 2024 09:33:03 +0100 Subject: [PATCH] typo --- .ci/github/files_between_commits.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/github/files_between_commits.sh b/.ci/github/files_between_commits.sh index de2e0517..ebad9c40 100644 --- a/.ci/github/files_between_commits.sh +++ b/.ci/github/files_between_commits.sh @@ -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