Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bug with default bundle directory handling (#275)
There was a bug in corral's handling of the the `-d` command line option. The default value was set to the string "<cwd>". This would result in corral.json not being found. The bug wasn't triggered because a bug in the Pony standard library prevented the default value from correctly being applied. Once that bug was fixed, corral stopped working unless a `-d` value was provided.
- Loading branch information