summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcheck2
1 files changed, 1 insertions, 1 deletions
diff --git a/check b/check
index bc57b7a..dc38406 100755
--- a/check
+++ b/check
@@ -3,7 +3,7 @@
set -eu
rm -f test.py
-black --check contractor *.py
+black --check contractor ./*.py
echo "$1" > test.address
echo "SSH_AUTH_SOCK=$SSH_AUTH_SOCK" > test.env
sp-codegen contractor.md -o test.py --run