Skip to content

Commit 91011d4

Browse files
committed
fix typo
1 parent a715822 commit 91011d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

goodfirstissue/handler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ func Handle(w http.ResponseWriter, r *http.Request) {
6767

6868
switch t {
6969
case "integration_installation":
70-
t = "integration"
70+
t = "installation"
7171
case "integration_installation_repositories":
7272
t = "installation_repositories"
7373
}

0 commit comments

Comments
 (0)