This repository has been archived by the owner on Feb 26, 2019. It is now read-only.
v27: run command once during restore -v
Running godep restore -v
would always error out because the CombinedOutput command did a Run under the hood, and the second Run at the end of restore would error out.
Along the way, I added some more context (and a couple of newlines) to the restore error prints to figure out what was going on.