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

Commit

Permalink
cmd/dep: fix broken integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
miguel250 committed Sep 29, 2017
1 parent 6e8e56e commit d5b93be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/dep/ensure.go
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ func (cmd *ensureCommand) runAdd(ctx *dep.Ctx, args []string, p *dep.Project, sm

var wg sync.WaitGroup

fmt.Println("Fetching sources...")
ctx.Out.Println("Fetching sources...")

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

0 comments on commit d5b93be

Please sign in to comment.