Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Granger <ibdknox@gmail.com>
  • Loading branch information
ibdknox committed Nov 10, 2011
1 parent aabdc4a commit f1c9d35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/colorize/core.clj
Expand Up @@ -29,7 +29,7 @@

(defmacro create-colors []
(apply list 'do
(for [k (keys ANSI-CODES)]
(for [k (keys ansi-colors)]
(let [code (ansi k)
reset (ansi :reset)]
`(defn ~(symbol (name k)) [& s#]
Expand Down

0 comments on commit f1c9d35

Please sign in to comment.