write progress while downloading assets

[#76848252]

Signed-off-by: Alex Suraci <asuraci@pivotal.io>
This commit is contained in:
Chris Brown
2015-02-18 09:54:44 -08:00
committed by Alex Suraci
parent 8b3dc6edbe
commit 2878392b08
3 changed files with 6 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ func main() {
destDir := os.Args[1]
github := resource.NewGitHubClient(request.Source)
command := resource.NewInCommand(github)
command := resource.NewInCommand(github, os.Stderr)
response, err := command.Run(destDir, request)
if err != nil {
resource.Fatal("running command", err)