Skip to content

Commit

Permalink
Makefile fix (#765)
Browse files Browse the repository at this point in the history
* Makefile fix

localtestnet docker image directory was incorrect

* Update CHANGELOG.md
  • Loading branch information
DiscreteLogarithm authored and ValarDragon committed Jan 19, 2022
1 parent 8aa4f5d commit bd1c71b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- [#765](https://github.com/osmosis-labs/osmosis/pull/765) Fix a bug in `Makefile` regarding the location of localtestnet docker image.

## Features

- Update to Tendermint v0.34.15
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ format:
###############################################################################

build-docker-osmosisdnode:
$(MAKE) -C networks/local
$(MAKE) -C contrib/localtestnet

# Run a 4-node testnet locally
localnet-start: build-linux build-docker-osmosisdnode # localnet-stop
Expand Down

0 comments on commit bd1c71b

Please sign in to comment.