From 8f959a940b7053758ff1da1de9320ea59f58f264 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 18 Sep 2020 14:56:59 +0300 Subject: fix: glob ./*.py to avoid potential problems with filenames -*.py --- check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1