Forgot to try compiling...

This commit is contained in:
niten 2022-06-20 15:12:10 -07:00
parent 9ab84d6e96
commit 93a54b9c1b
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@
errors (exit! 1 (str/join \newline errors))
(not (empty? missing)) (exit! 2 (str "missing arguments: " (str/join " " (map name missing))
\newline
"available: " (pprint-to-string opts)))
"available: " (pprint-to-string resolved)))
:else resolved)))
(defn -main [& args]