Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/rosejn/plasma
Browse files Browse the repository at this point in the history
  • Loading branch information
rosejn committed May 10, 2011
2 parents 100ba16 + cd7bd8a commit f36252f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/plasma/config.clj
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@
(defn config
"Lookup a config value."
([] @config*)
([key] (get @config* key)))
([key] (get @config* key))
([k v] (dosync (alter config* k v))))

0 comments on commit f36252f

Please sign in to comment.