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

Commit f6ef8e0

Browse files
Merge pull request #1480 from leehanel/master
fixes issue #1479 change suffix so hipchat shows image
2 parents a770a6e + b26f547 commit f6ef8e0

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)