From 123353a03104e623cccbe27792156c02d82af469 Mon Sep 17 00:00:00 2001 From: iammelea <38863192+iammelea@users.noreply.github.com> Date: Tue, 10 Dec 2019 15:33:25 +0100 Subject: [PATCH] Merge PR #216: fixed the fail in the install cmd --- docs/migration/cosmoshub-2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/migration/cosmoshub-2.md b/docs/migration/cosmoshub-2.md index 6512c94bd3..cc479b79c2 100644 --- a/docs/migration/cosmoshub-2.md +++ b/docs/migration/cosmoshub-2.md @@ -128,7 +128,7 @@ v2.0.3 of [Gaia](https://github.com/cosmos/gaia). **NOTE**: Go [1.13+](https://golang.org/dl/) is required! ```shell - $ git clone https://github.com/cosmos/gaia.git; git checkout v2.0.3; make install + $ git clone https://github.com/cosmos/gaia.git && cd gaia && git checkout v2.0.3; make install ``` 5. Verify you are currently running the correct version (v2.0.3) of the _Gaia_: