Skip to content

Commit

Permalink
🔧 fix github org
Browse files Browse the repository at this point in the history
  • Loading branch information
KeisukeYamashita committed Oct 7, 2019
1 parent 8c0ef00 commit 0e3ea92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/github/github.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 0e3ea92

Please sign in to comment.