From 44e51336a712334938384556a02e44ce1c30a292 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Sat, 17 Oct 2020 12:17:17 +0200 Subject: [PATCH] Portal example [skip ci] --- examples/portal.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/portal.clj b/examples/portal.clj index 355cacaf..fd080c30 100755 --- a/examples/portal.clj +++ b/examples/portal.clj @@ -15,7 +15,7 @@ (def file (first *command-line-args*)) (when-not file (binding [*out* *err*] - "Usage: portal.clj ") + (println "Usage: portal.clj ")) (System/exit 1)) (defn xml->hiccup [xml]