From 1b26e4bfb019d1c9550d4c9df3978f09b9435883 Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Thu, 27 Sep 2018 11:50:15 -0300 Subject: [PATCH] fix: main --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index bb59bcc..9d95c23 100644 --- a/main.go +++ b/main.go @@ -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)