Skip to content

Commit

Permalink
Merge PR CosmWasm#216: fixed the fail in the install cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
iammelea authored and alexanderbez committed Dec 10, 2019
1 parent 83787aa commit 123353a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/migration/cosmoshub-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -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_:
Expand Down

0 comments on commit 123353a

Please sign in to comment.