From 51d6ba9e659136ded9bb27cc3c16c7c4c334e79a Mon Sep 17 00:00:00 2001 From: Rodrigo Oliveri Date: Fri, 13 Sep 2024 09:22:43 -0300 Subject: [PATCH] Remmoved accidental diff in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3d5842ef3..dcea8f9f3 100644 --- a/Makefile +++ b/Makefile @@ -188,7 +188,7 @@ test.wip: compile-all #### BEACON NODE OAPI #### OAPI_NAME = beacon-node-oapi -OAPI_VERSION := $(shell cat .oaqpi_version) +OAPI_VERSION := $(shell cat .oapi_version) $(OAPI_NAME).json: .oapi_version curl -L -o "$@" \ "https://ethereum.github.io/beacon-APIs/releases/${OAPI_VERSION}/beacon-node-oapi.json"