write progress while downloading assets
[#76848252] Signed-off-by: Alex Suraci <asuraci@pivotal.io>
This commit is contained in:
@@ -32,7 +32,7 @@ var _ = Describe("In Command", func() {
|
||||
var err error
|
||||
|
||||
githubClient = &fakes.FakeGitHub{}
|
||||
command = resource.NewInCommand(githubClient)
|
||||
command = resource.NewInCommand(githubClient, ioutil.Discard)
|
||||
|
||||
destDir, err = ioutil.TempDir("", "github-release")
|
||||
Ω(err).ShouldNot(HaveOccurred())
|
||||
|
Reference in New Issue
Block a user