diff --git a/goodfirstissue/handler.go b/goodfirstissue/handler.go index e9e6c4e..0b46902 100644 --- a/goodfirstissue/handler.go +++ b/goodfirstissue/handler.go @@ -67,7 +67,7 @@ func Handle(w http.ResponseWriter, r *http.Request) { switch t { case "integration_installation": - t = "integration" + t = "installation" case "integration_installation_repositories": t = "installation_repositories" }