From 1c8f56c84b27820fca67051041518c57a9fa2c37 Mon Sep 17 00:00:00 2001 From: Diederik Loerakker Date: Thu, 22 Apr 2021 02:35:54 +0200 Subject: [PATCH] Fix indentation of comment Co-authored-by: Alex Stokes --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0522c8842..e4969ff2f 100644 --- a/Makefile +++ b/Makefile @@ -67,7 +67,7 @@ partial_clean: clean: partial_clean rm -rf venv - # legacy cleanup. The pyspec venv should be located at the repository root + # legacy cleanup. The pyspec venv should be located at the repository root rm -rf $(PY_SPEC_DIR)/venv rm -rf $(DEPOSIT_CONTRACT_COMPILER_DIR)/venv rm -rf $(DEPOSIT_CONTRACT_TESTER_DIR)/venv