Browse Source

better log msg

pull/176/head
Matthew Hodgson 7 years ago
parent
commit
7a234d16a4
  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

@ -67,7 +67,7 @@ func (s *Service) cmdGithubCreate(roomID, userID string, args []string) (interfa
return nil, fmt.Errorf("Failed to cast realm %s into a GithubRealm", s.RealmID)
}
return matrix.StarterLinkMessage{
Body: "You need to OAuth with Github before you can create issues.",
Body: "You need to log into Github before you can create issues.",
Link: ghRealm.StarterLink,
}, nil
}

Loading…
Cancel
Save