Skip to content

Commit

Permalink
Merge pull request #30 from KeisukeYamashita/fix-github-org
Browse files Browse the repository at this point in the history
Fix github org jump
  • Loading branch information
KeisukeYamashita authored Oct 7, 2019
2 parents 8c0ef00 + 0e3ea92 commit 303c0c5
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 303c0c5

Please sign in to comment.