Skip to content

Commit be63971

Browse files
committed
Fix logging issue in dotty-bot
1 parent 3c1bc32 commit be63971

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)