Skip to content

Commit

Permalink
Fix copy/paste typo
Browse files Browse the repository at this point in the history
Inconsequential, but ugly to leave in.

Amendment for #60
  • Loading branch information
lread committed Aug 12, 2024
1 parent f5a61fd commit 3256291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/test_clj.clj
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[clojure.string :as str]))

(defn -main[& args]
(let [farg (first *command-line-args*)
(let [farg (first args)
;; allow for missing leading colon
farg (if (and farg (str/starts-with? farg "clj-"))
(str ":" farg)
Expand Down

0 comments on commit 3256291

Please sign in to comment.