<!-- -------------------------------------------------------- Thank you for opening an issue. Before submitting this request please review this template and check for existing duplicate issues first. -------------------------------------------------------- --> ## Summary of Bug The Make `cosmovisor` instructions do not work when following the docs on [Join Testnet](https://docs.provenance.io/blockchain/running-a-node/running-a-node-1/join-provenance-testnet) `make cosmovisor` `cp cosmovisor $GOPATH/bin/cosmovisor` I was able to make it work with: `make` `cp build/cosmovisor $GOPATH/bin/cosmovisor` ## Version [current] [join-provenance-testnet.md](https://github.com/provenance-io/docs/blob/master/blockchain/running-a-node/running-a-node-1/join-provenance-testnet.md) [1.0.0-draft] [join-provenance-testnet.md](https://github.com/provenance-io/docs/blob/1.0.0-draft/blockchain/running-a-node/running-a-node-1/join-provenance-testnet.md) ## Steps to Reproduce `git clone https://github.com/provenance-io/cosmovisor.git` `cd cosmovisor` `make cosmovisor` // does not work `cp cosmovisor $GOPATH/bin/cosmovisor` // does not work ____ ## For Admin Use - [ ] Not duplicate issue - [ ] Appropriate labels applied - [ ] Appropriate contributors tagged - [ ] Contributor assigned/self-assigned
Summary of Bug
The Make
cosmovisorinstructions do not work when following the docs on Join Testnetmake cosmovisorcp cosmovisor $GOPATH/bin/cosmovisorI was able to make it work with:
makecp build/cosmovisor $GOPATH/bin/cosmovisorVersion
[current] join-provenance-testnet.md
[1.0.0-draft] join-provenance-testnet.md
Steps to Reproduce
git clone https://github.com/provenance-io/cosmovisor.gitcd cosmovisormake cosmovisor// does not workcp cosmovisor $GOPATH/bin/cosmovisor// does not workFor Admin Use