Skip to content

Commit a60dbd4

Browse files
committed
Bring back './x'. Missed it, sorry!
1 parent 62353f8 commit a60dbd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/etc/pre-push.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ROOT_DIR="$(git rev-parse --show-toplevel)"
1212
echo "Running pre-push script $ROOT_DIR/x test tidy"
1313

1414
cd "$ROOT_DIR"
15-
python x.py test tidy --set build.locked-deps=true
15+
./x test tidy --set build.locked-deps=true
1616
if [ $? -ne 0 ]; then
1717
echo "You may use \`git push --no-verify\` to skip this check."
1818
exit 1

0 commit comments

Comments
 (0)