ReconfigureIO / reco

A command line tool for interacting with Reconfigure.io services
Apache License 2.0
6 stars 3 forks source link

Use absolute symlinks if given a relative path #25

Closed CampGareth closed 6 years ago

CampGareth commented 6 years ago

Currently reco check --source addition breaks when run from /examples as this results in a symlink from our virtual gopath to /examples/vendor which doesn't exist. With this PR the symlink will now point to /examples/addition/vendor which does exist and reco check will work as intended.

CampGareth commented 6 years ago

Appveyor is failing due to unrelated chocolatey errors. Safe to ignore.

CampGareth commented 6 years ago

Reco check --source does not work for relative paths