diff --git a/providers/github/github.go b/providers/github/github.go index 243240b..351e8f6 100644 --- a/providers/github/github.go +++ b/providers/github/github.go @@ -38,7 +38,7 @@ func (p *Provider) addProductPath(product string) { switch product { case "dashboard": var org string - if org = p.Ctx.String("organization"); org != "" { + if org = p.Ctx.String("org"); org != "" { p.join(fmt.Sprintf("orgs/%s/dashboard", org)) return }