Skip to content
This repository was archived by the owner on Sep 9, 2020. It is now read-only.

Commit d5b93be

Browse files
committed
cmd/dep: fix broken integration test
1 parent 6e8e56e commit d5b93be

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

cmd/dep/ensure.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ func (cmd *ensureCommand) runAdd(ctx *dep.Ctx, args []string, p *dep.Project, sm
477477

478478
var wg sync.WaitGroup
479479

480-
fmt.Println("Fetching sources...")
480+
ctx.Out.Println("Fetching sources...")
481481

482482
for i, arg := range args {
483483
wg.Add(1)
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
Warning: Gopkg.lock is out of sync with Gopkg.toml or the project's imports.
2+
Fetching sources...

0 commit comments

Comments
 (0)