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

Commit 970e099

Browse files
Merge pull request #1494 from codec/patch-1
Update wording in announce.coffee
2 parents 10b6189 + c9a8380 commit 970e099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/announce.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ module.exports = (robot) ->
3636
startTime = msg.match[2]
3737

3838
message = ["The '#{service}' service will be going down for maintenance starting #{startTime}.",
39-
"If you have questions about this maintenance, please talk to #{user.name} in the the #{user.room} room. Thank you for your patience."]
39+
"If you have questions about this maintenance, please talk to #{user.name} in the #{user.room} room. Thank you for your patience."]
4040

4141
for room in allRooms
4242
robot.messageRoom room, message...

0 commit comments

Comments
 (0)