Skip to content

Commit

Permalink
Remmoved accidental diff in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigo-o committed Sep 13, 2024
1 parent 28eb3d0 commit 51d6ba9
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 @@ -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"
Expand Down

0 comments on commit 51d6ba9

Please sign in to comment.