Skip to content

Commit f78966d

Browse files
committed
simpify
1 parent e713a53 commit f78966d

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,6 +1,6 @@
11
#!/bin/sh
22
set -e
3-
cd "$(dirname "$0")/../../.."
43

5-
cd $1
4+
cd "$(dirname "$0")/../../../$1"
5+
66
git add . -N && git diff --cached -a --exit-code . && git diff -a --exit-code .

0 commit comments

Comments
 (0)