write progress while downloading assets
[#76848252] Signed-off-by: Alex Suraci <asuraci@pivotal.io>
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user