Skip to content
This repository was archived by the owner on Jun 8, 2023. It is now read-only.

Commit 0adb3ea

Browse files
[janky] merge our messages so they don't come out in a random order
1 parent af42fdd commit 0adb3ea

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/scripts/janky.coffee

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,7 @@ module.exports = (robot) ->
118118
if statusCode == 201
119119
msg.reply body
120120
else
121-
msg.reply "Can't Setup. Make sure I have access to it."
122-
msg.reply "Expected HTTP status 201, got #{statusCode}"
121+
msg.reply "Can't Setup. Make sure I have access to it. Expected HTTP status 201, got #{statusCode}"
123122

124123
robot.respond /ci toggle ([-_\.0-9a-zA-Z]+)/i, (msg) ->
125124
app = msg.match[1]

0 commit comments

Comments
 (0)