Skip to content

Commit

Permalink
fix: add -- suffix to git checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
ARR4N committed Sep 12, 2024
1 parent 4ee7ba3 commit 8ae52e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/diff_from_libevm-base.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/env bash

set -ux;
set -eux;

git checkout "${1}";
git checkout "${1}" --;
git diff --diff-filter=a --word-diff --unified=0 libevm-base.."${1}" \
':(exclude).golangci.yml' \
':(exclude).github/**';

0 comments on commit 8ae52e4

Please sign in to comment.