mediocregopher / goat

A simple, yaml-based go dependency manager
Apache License 2.0
68 stars 11 forks source link

return a non-zero error code if the PipedCommand was not successful #20

Closed colekowalski closed 10 years ago

mediocregopher commented 10 years ago

Could you add the check for the error on line 84 of goat.go as well? Might as well return a bad error code for both cases

colekowalski commented 10 years ago

Not sure how I missed that case since it was only a few lines above the other. Guess I solved my problem and moved on :P

mediocregopher commented 10 years ago

merged, thanks!