Browse Source

fix typos

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
pull/206/head
Michael Telatynski 7 years ago
parent
commit
aa00ab2322
No known key found for this signature in database GPG Key ID: 3F879DA5AD802A5E
  1. 2
      src/github.com/matrix-org/go-neb/services/github/github.go

2
src/github.com/matrix-org/go-neb/services/github/github.go

@ -371,7 +371,7 @@ func (s *Service) cmdGithubClose(roomID, userID string, args []string) (interfac
const cmdGithubReopenUsage = `!github reopen [owner/repo]#issue`
func (s *Service) cmdGithubReopen(roomID, userID string, args []string) (interface{}, error) {
return s.githubIssueCloseReopen(roomID, userID, args, "closed", "close", cmdGithubCloseUsage)
return s.githubIssueCloseReopen(roomID, userID, args, "open", "open", cmdGithubCloseUsage)
}
func (s *Service) getIssueDetailsFor(input, roomID, usage string) (owner, repo string, issueNum int, resp interface{}) {

Loading…
Cancel
Save