Skip to content

Commit

Permalink
fix make get-gaia command (#1070)
Browse files Browse the repository at this point in the history
  • Loading branch information
MalteHerrmann authored Jan 17, 2023
1 parent c30b8d9 commit 0388485
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 @@ -102,7 +102,7 @@ GAIA_REPO := $(CHAIN_CODE)/gaia

get-gaia:
@mkdir -p $(CHAIN_CODE)/
@git clone --branch $(GAIA_REPO) --depth=1 https://github.com/cosmos/gaia.git $(GAIA_REPO)
@git clone --branch $(GAIA_VERSION) --depth=1 https://github.com/cosmos/gaia.git $(GAIA_REPO)

build-gaia:
@[ -d $(GAIA_REPO) ] || { echo "Repositry for gaia does not exist at $(GAIA_REPO). Try running 'make get-gaia'..." ; exit 1; }
Expand Down

0 comments on commit 0388485

Please sign in to comment.