Skip to content

Commit

Permalink
Fixed lint error.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryugi committed May 27, 2017
1 parent 8cf1015 commit 4a69b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clj/timi/server/cli/parser.clj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
(log/info "Validating command ...")
(log/trace "Valid commands:" valid-commands)
(log/trace "Command:" command)
((into #{} valid-commands) command))
((set valid-commands) command))

(defn validate
[{:keys [options arguments errors summary] :as parsed}
Expand Down

0 comments on commit 4a69b77

Please sign in to comment.