Skip to content

Commit

Permalink
fix linkticket syntax, really for real this time
Browse files Browse the repository at this point in the history
  • Loading branch information
athornton committed Feb 15, 2024
1 parent b890605 commit de7dfeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/linkticket.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ issueResponses = (robot, msg) ->
msg.send("Error: #{err}")
return
if res.statusCode in [401, 403]
msg.send("Protected: <#{url}"/browse/#{ticketId}|#{ticketId}>")
msg.send("Protected: <#{url}/browse/#{ticketId}|#{ticketId}>")
return
if res.statusCode == 404
# Do Nothing
Expand Down

0 comments on commit de7dfeb

Please sign in to comment.