Skip to content
This repository has been archived by the owner on May 18, 2024. It is now read-only.

Commit

Permalink
turn off verbose logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Galbreath committed Jun 6, 2016
1 parent fdea9dd commit 7650563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github-behind/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func main() {

roots := make(map[string]bool, len(gd.Deps))
for _, dep := range gd.Deps {
rr, err := vcs.RepoRootForImportPath(dep.ImportPath, true)
rr, err := vcs.RepoRootForImportPath(dep.ImportPath, false)
if err != nil {
log.Printf("Unable to process %s: %s", dep.ImportPath, err)
continue
Expand Down

0 comments on commit 7650563

Please sign in to comment.