Skip to content

Commit

Permalink
Merge pull request #31 from pyr/master
Browse files Browse the repository at this point in the history
Fix graphite-server call
  • Loading branch information
aphyr committed Oct 23, 2012
2 parents 60f16c4 + 6fb2f3b commit 917bfa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/riemann/config.clj
Expand Up @@ -32,7 +32,7 @@
[& opts]
(dosync
(alter (core :servers) conj
(riemann.server/graphite-server core (apply hash-map opts)))))
(graphite/graphite-server core (apply hash-map opts)))))

(defn udp-server
"Add a new UDP server with opts to the default core."
Expand Down

0 comments on commit 917bfa8

Please sign in to comment.