new chain command from the wrong directory adds extra directory into path
Open
- 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

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.