Skip to content

Commit 863d1a3

Browse files
authored
Merge pull request #3387 from dotty-staging/dotty-bot
Fix logging issue in dotty-bot
2 parents b3e3999 + be63971 commit 863d1a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot/src/dotty/tools/bot/PullRequestService.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ trait PullRequestService {
6868
BadRequest("Missing header: X-Github-Event")
6969

7070
case event =>
71-
BadRequest("Unsupported event: $event")
71+
BadRequest(s"Unsupported event: $event")
7272

7373
}
7474
}

0 commit comments

Comments
 (0)