Skip to content

Commit

Permalink
refactor simple to console
Browse files Browse the repository at this point in the history
  • Loading branch information
scarytom committed Jun 19, 2012
1 parent 542709e commit 11641c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/backends/console.clj
@@ -1,7 +1,7 @@
(ns backends.simple)
(ns backends.console)

(defn status []
"simple.status: OK")
"console.status: OK")

(defn publish [report config]
(println report))

0 comments on commit 11641c8

Please sign in to comment.