Skip to content

Commit

Permalink
Update make clean-logs in Makefile (#430)
Browse files Browse the repository at this point in the history
  • Loading branch information
Łukasz Zalewski authored Aug 25, 2022
1 parent e0674f2 commit a98ead1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ clean: ## Clean autogenerated files
rm -f .coverage

clean-logs: ## Clean logs
rm -r logs/**
rm -rf logs/**

format: ## Run pre-commit hooks
pre-commit run -a
Expand Down

0 comments on commit a98ead1

Please sign in to comment.