We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62353f8 commit a60dbd4Copy full SHA for a60dbd4
src/etc/pre-push.sh
@@ -12,7 +12,7 @@ ROOT_DIR="$(git rev-parse --show-toplevel)"
12
echo "Running pre-push script $ROOT_DIR/x test tidy"
13
14
cd "$ROOT_DIR"
15
-python x.py test tidy --set build.locked-deps=true
+./x test tidy --set build.locked-deps=true
16
if [ $? -ne 0 ]; then
17
echo "You may use \`git push --no-verify\` to skip this check."
18
exit 1
0 commit comments