diff --git a/Makefile b/Makefile index 1ce1a978ba0dbdf50a0015df087a3d333596fbe0..a8a28bf109f84a74476c35333e0a606baa96dc1a 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ lint: test: lint build $(POETRY) run pytest tests bitia - bash tests/test_cli.sh + bash tests/test_cli.sh fix: $(POETRY) run black bitia