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

Commit b26f547

Browse files
committed
change suffix so hipchat shows image
hipchat wasn't matching the $png to show the image, so change to &.png
1 parent 0b7daf0 commit b26f547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/graphite.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ construct_url = (msg, graphUrl, cb) ->
4343
server = process.env.GRAPHITE_URL.match(serverRegex)[2]
4444
port = construct_port()
4545
timestamp = '#' + new Date().getTime()
46-
suffix = '&png'
46+
suffix = '&.png'
4747
if process.env.GRAPHITE_AUTH
4848
newUrl = proto + process.env.GRAPHITE_AUTH + '@' + server + port + uri + timestamp + suffix
4949
else

0 commit comments

Comments
 (0)