From 752a853f24d3e82cd1398928606712d16379c06b Mon Sep 17 00:00:00 2001 From: Tom Ward Date: Wed, 30 Aug 2023 17:02:13 +0100 Subject: [PATCH] fixup! chore: set safer bash config --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index dfb30dc6..aa9f1002 100644 --- a/justfile +++ b/justfile @@ -146,7 +146,7 @@ package-test type: package-build $VENV/bin/local_run --help # check we haven't packaged tests with it - unzip -Z -1 dist/*.whl | grep -vq "^tests/" || exit 1 + unzip -Z -1 dist/*.whl | grep -v "^tests/" # clean up after ourselves rm -rf $VENV