Skip to content

Commit 8ae52e4

Browse files
committed
fix: add -- suffix to git checkout
1 parent 4ee7ba3 commit 8ae52e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/usr/bin/env bash
22

3-
set -ux;
3+
set -eux;
44

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

0 commit comments

Comments
 (0)