Commit 7a7ee94f authored by Upnode's avatar Upnode Committed by GitHub

Fix geth testing syntax

parent 90090fd3
......@@ -86,7 +86,7 @@ nuke: clean devnet-clean
.PHONY: nuke
devnet-up:
@if [ ! command -v geth ]; then \
@if ! command -v geth &> /dev/null then \
make install-geth; \
fi
@if [ ! -e op-program/bin ]; then \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment