From 3619090cb42ab645c759b9a29ecb2ef052d53877 Mon Sep 17 00:00:00 2001 From: Zahary Karadjov Date: Mon, 21 Jan 2019 20:17:29 +0200 Subject: [PATCH] Fix a changed path --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e24c1d5b4..074945e30 100644 --- a/Makefile +++ b/Makefile @@ -148,7 +148,7 @@ beacon_node validator_keygen: | build deps $(ENV_SCRIPT) nim c -o:build/$@ $(REPOS_DIR)/nim-beacon-chain/beacon_chain/$@.nim clean_eth2_network_simulation_files: - rm -f $(REPOS_DIR)/nim-beacon-chain/tests/simulation/*.json + rm -f $(REPOS_DIR)/nim-beacon-chain/tests/simulation/data eth2_network_simulation: | beacon_node validator_keygen clean_eth2_network_simulation_files SKIP_BUILDS=1 $(ENV_SCRIPT) $(REPOS_DIR)/nim-beacon-chain/tests/simulation/start.sh