Fix typo in `ethereum/Makefile`

Ran into this while compiling the project from scratch.
This commit is contained in:
Agustin Godnic 2023-01-06 11:19:29 -03:00 committed by Joe Howarth
parent ee829d12bf
commit 0df6c6fbf0
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ wormhole_dependencies: wormhole/ethereum/build
wormhole/ethereum/build:
git clone --depth 1 --branch feat/batch_vaa_alternative --single-branch https://github.com/certusone/wormhole.git
cd wormhole/ethereum && npm ci && npm run build && make .env4
cd wormhole/ethereum && npm ci && npm run build && make .env
dependencies: node_modules forge_dependencies wormhole_dependencies