From 4f1807a079ad067350aa84eb7bc353d1cf7324c2 Mon Sep 17 00:00:00 2001 From: Snigdha Singh <62167899+snigdha920@users.noreply.github.com> Date: Thu, 21 Mar 2024 17:34:58 +0530 Subject: [PATCH] fix: clear anvil port casing (#9) --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index b7b4ee60..b358db91 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # Makefile for Foundry Ethereum Development Toolkit -.PHONY: build test format snapshot anvil deploy deploy-anvil cast help subgraph clear_anvil_port +.PHONY: build test format snapshot anvil deploy deploy-anvil cast help subgraph clear-anvil-port build: @echo "Building with Forge..." @@ -20,7 +20,7 @@ snapshot: anvil: @echo "Starting Anvil local Ethereum node..." - @make clear_anvil_port + @make clear-anvil-port @anvil deploy-anvil: @@ -76,5 +76,5 @@ help: @echo "Cast help..." @cast --help -clear_anvil_port: +clear-anvil-port: -fuser -k -n tcp 8545