add logging to /out

Signed-off-by: Chris Brown <cbrown@pivotal.io>
This commit is contained in:
Alex Suraci
2015-02-20 14:38:49 -08:00
committed by Chris Brown
parent 330d632d62
commit 2ab978b6ea
4 changed files with 15 additions and 3 deletions

View File

@@ -84,6 +84,7 @@ func (c *InCommand) Run(destDir string, request InRequest) (InResponse, error) {
}
fmt.Fprintf(c.writer, "downloading asset: %s\n", *asset.Name)
err := c.downloadFile(url, path)
if err != nil {
return InResponse{}, nil