phase2 / rig

Outrigger command line tool
MIT License
11 stars 8 forks source link

Logic error on the standalone dashboard command #132

Closed febbraro closed 6 years ago

febbraro commented 6 years ago

https://github.com/phase2/rig/blob/develop/commands/dashboard.go#L37

It should return success if the error is nil, currently on a successful launch of the dashboard it will report an error, but only if using the rig dashboard command directly as that is what is executed via Run() when called via rig start that portion of code never gets executed.

grayside commented 6 years ago

Fixed by https://github.com/phase2/rig/pull/133