Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rajatjindal committed Feb 2, 2019
1 parent a715822 commit 91011d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion goodfirstissue/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit 91011d4

Please sign in to comment.