Skip to content

Commit

Permalink
fix: main
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Sep 27, 2018
1 parent 99b9032 commit 1b26e4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func main() {
}
var spin = spin.New(" \033[36m%s Gathering data for '" + org + "'...\033[m")
spin.Start()
allStats, err := orgstats.Gather(token, org, blacklist)
allStats, err := orgstats.Gather(token, org, blacklist, c.String("github-url"))
spin.Stop()
if err != nil {
return cli.NewExitError(err.Error(), 1)
Expand Down

0 comments on commit 1b26e4b

Please sign in to comment.