ethereum / ethereum/populus

new chain command from the wrong directory adds extra directory into path

Open
#425 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
No language data
Stars
319
Forks
110
PR merge metrics
No merged PRs in 30d

Description

* Populus Version: 2.2.0
* OS: osx and centos7

### What was wrong?
```
$ pwd
/home/onqueue/populus/chains
$ ls
work
$ populus chain new testchain
$ ls
chains work
```
This is incorrect, an extra chains directory is inserted into the path. Everything still works but still...
```
$ pwd
/home/onqueue/populus
$ populus chain new test
$ ls chains
test work
```
#### Cute Animal Picture

![image](https://user-images.githubusercontent.com/180862/34424861-2b78c00a-ebe4-11e7-8e8b-02fdf0e09e52.png)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.