Skip to content
This repository has been archived by the owner on Feb 26, 2019. It is now read-only.

v27: run command once during restore -v

Compare
Choose a tag to compare
@freeformz freeformz released this 06 Nov 18:54
· 138 commits to master since this release

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.